'Declaration Public Enum TabNavigation Inherits System.Enum
public enum TabNavigation : System.Enum
Member | Description |
---|---|
Default | The actual value is determined at a higher level of the resolution hierarchy. |
NextCell | Pressing the Tab key moves the focus to the next cell. |
NextControl | Pressing the Tab key selects the next control in the tab order. |
NextControlOnLastCell | Pressing 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. |
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