Version

TabNavigation Property (UltraTimelineView)

Determines the method of navigation when the user presses the tab key.
Syntax
'Declaration
 
Public Property TabNavigation As TabNavigation
public TabNavigation TabNavigation {get; set;}
Remarks

The tab key navigation functionality is realized through entries that exist by default in the KeyActionMappings collection; changing or removing these actions can result in unpredictable behavior, so any actions present in the collection that use the tab key should not be removed unless the developer wants to iverride the tab key behavior as defined by this property.

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