Intersoft ClientUI Documentation
KeyBinding Constructor(ICommand,KeyGesture)



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

Parameters

command
gesture
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