Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NKey Structure / IsDigitKey Property


In This Topic
    IsDigitKey Property
    In This Topic
    Determines whether the keyboard key is one of the digits keys (e.g. D0 through D9)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDigitKey As System.Boolean
    'Usage
     
    
    Dim instance As NKey
    Dim value As System.Boolean
     
    value = instance.IsDigitKey
    public System.bool IsDigitKey {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