Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTablePicker Class / CyclicKeyboardNavigation Property


In This Topic
    CyclicKeyboardNavigation Property
    In This Topic
    Determines whether the first cell should be highlighted when the user is at the last cell and presses the "Navigate to Next Cell" key or whether the last cell should be highlighted when the user is at the first cell and presses the "Navigate to Previous Cell" key. By default set to true.
    Syntax
    'Declaration
     
    
    Public Property CyclicKeyboardNavigation As System.Boolean
    'Usage
     
    
    Dim instance As NTablePicker
    Dim value As System.Boolean
     
    instance.CyclicKeyboardNavigation = value
     
    value = instance.CyclicKeyboardNavigation
    public System.bool CyclicKeyboardNavigation {get; set;}
    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