Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NKeyEventArgs Class / Key Property


In This Topic
    Key Property (NKeyEventArgs)
    In This Topic
    Gets the keyboard key, which was pressed or released
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Key As NKey
    'Usage
     
    
    Dim instance As NKeyEventArgs
    Dim value As NKey
     
    value = instance.Key
    public NKey Key {get;}
    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