Version

TabNavigation Enumeration

Constants which describe how the Tab key is used when navigating between cells.
Syntax
'Declaration
 
Public Enum TabNavigation 
   Inherits System.Enum
public enum TabNavigation : System.Enum 
Members
MemberDescription
DefaultThe actual value is determined at a higher level of the resolution hierarchy.
NextCellPressing the Tab key moves the focus to the next cell.
NextControlPressing the Tab key selects the next control in the tab order.
NextControlOnLastCellPressing the Tab key selects the next control in the tab order when the UltraTree.ActiveCell is the last cell displayed by the control; when any other cell is active the Tab key results in the same behavior as the NextCell constant. Pressing Shift+Tab will also select the previous control in the tab order when pressed while the first cell displayed by the control is active.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also