Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENButtonState Enumeration


In This Topic
    ENButtonState Enumeration
    In This Topic
    Enumerates the button pressed states.
    Syntax
    'Declaration
     
    
    Public Enum ENButtonState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENButtonState
    public enum ENButtonState : System.Enum 
    Members
    MemberDescription
    PressedThe button is pressed.
    ReadyThe button is ready to be pressed.
    ReleasedThe button is released. This is an intermediate state which occurs when the button goes from pressed to ready state.
    Inheritance Hierarchy

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

    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