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


In This Topic
    NMouseCommand Constructor(MouseAction,MouseButton,Int32)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal mouseAction As MouseAction, _
       ByVal mouseButton As MouseButton, _
       ByVal clicks As System.Integer _
    )
    'Usage
     
    
    Dim mouseAction As MouseAction
    Dim mouseButton As MouseButton
    Dim clicks As System.Integer
     
    Dim instance As New NMouseCommand(mouseAction, mouseButton, clicks)
    public NMouseCommand( 
       MouseAction mouseAction,
       MouseButton mouseButton,
       System.int clicks
    )

    Parameters

    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