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


In This Topic
    ENKeyLocation Enumeration
    In This Topic
    Indicates the location of a keyboard key on the keyboard
    Syntax
    'Declaration
     
    
    Public Enum ENKeyLocation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENKeyLocation
    public enum ENKeyLocation : System.Enum 
    Members
    MemberDescription
    LeftThe key activated is in the left key location (there is more than one possible location for this key). Example: the left Shift key on a PC 101 Key US keyboard.
    NumPadThe key activation originated on the numeric keypad or with a virtual key corresponding to the numeric keypad. Example: the '1' key on a PC 101 Key US keyboard located on the numeric pad.
    RightThe key activation is in the right key location (there is more than one possible location for this key). Example: the right Shift key on a PC 101 Key US keyboard.
    StandardThe key activation is not distinguished as the left or right version of the key, and did not originate from the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad). Example: the 'Q' key on a PC 101 Key US keyboard.
    Inheritance Hierarchy

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

    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