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


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