NevronOpenVision
Nevron.Nov.UI Namespace / ENMouseButtonEvent Enumeration
In This Topic
    ENMouseButtonEvent Enumeration
    In This Topic
    Enumerates the mouse button events.
    Syntax
    public enum ENMouseButtonEvent : System.Enum 
    Members
    MemberDescription
    AnyThe any button event.
    LeftButtonDoubleClickX button double click.
    LeftButtonDownX button down.
    LeftButtonUpX button up.
    MiddleButtonDoubleClickMiddle buttom double click.
    MiddleButtonDownMiddle buttom down.
    MiddleButtonUpMiddle buttom up.
    NoneUnknown button event.
    RightButtonDoubleClickRight buttom double click.
    RightButtonDownRight buttom down.
    RightButtonUpRight buttom up.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENMouseButtonEvent

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also