Nevron Open Vision Documentation
Nevron.Nov.Grid.Tools Namespace / NSelectionNavigationTool Class / OnKeyTab Method


In This Topic
    OnKeyTab Method
    In This Topic
    Called when the TAB key is pressed. If SHIFT is pressed, move the current cell to the left. Otherwise, move the current cell to the right. In both cases begins editing of the new current cell, if the previous one was in edit mode.
    Syntax
    'Declaration
     
    
    Protected Overridable Function OnKeyTab() As System.Boolean
    'Usage
     
    
    Dim instance As NSelectionNavigationTool
    Dim value As System.Boolean
     
    value = instance.OnKeyTab()
    protected virtual System.bool OnKeyTab()
    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