Intersoft ClientUI Documentation
MouseBinding Constructor(ICommand,MouseGesture)



Initializes a new instance of MouseBinding class with the specified command and mouse gesture.
Syntax
Public Function New( _
   ByVal command As ICommand, _
   ByVal gesture As MouseGesture _
)
Dim command As ICommand
Dim gesture As MouseGesture
 
Dim instance As New MouseBinding(command, gesture)
public MouseBinding( 
   ICommand command,
   MouseGesture gesture
)
public:
MouseBinding( 
   ICommand^ command,
   MouseGesture^ 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

MouseBinding Class
MouseBinding Members
Overload List

Send Feedback