Intersoft ClientUI Documentation
KeyBinding Constructor(ICommand,Key,ModifierKeys)



Initializes a new instance of KeyBinding class with the specified command, key gesture and modifier keys.
Syntax
Public Function New( _
   ByVal command As ICommand, _
   ByVal key As Key, _
   ByVal modifiers As ModifierKeys _
)
Dim command As ICommand
Dim key As Key
Dim modifiers As ModifierKeys
 
Dim instance As New KeyBinding(command, key, modifiers)
public KeyBinding( 
   ICommand command,
   Key key,
   ModifierKeys modifiers
)
public:
KeyBinding( 
   ICommand^ command,
   Key key,
   ModifierKeys modifiers
)

Parameters

command
key
modifiers
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KeyBinding Class
KeyBinding Members
Overload List

Send Feedback