Nevron.Chart.Windows Namespace / NMouseCommand Class / NMouseCommand Constructor / NMouseCommand Constructor(Key,MouseAction,MouseButton,Int32)


NMouseCommand Constructor(Key,MouseAction,MouseButton,Int32)
Syntax
'Declaration
 
Public Function New( _
   ByVal key As Key, _
   ByVal mouseAction As MouseAction, _
   ByVal mouseButton As MouseButton, _
   ByVal clicks As System.Integer _
)
 
'Usage
 
Dim key As Key
Dim mouseAction As MouseAction
Dim mouseButton As MouseButton
Dim clicks As System.Integer
 
Dim instance As New NMouseCommand(key, mouseAction, mouseButton, clicks)

Parameters

key
mouseAction
mouseButton
clicks
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