| Visual Basic (Declaration) | |
|---|---|
Public Property EnableKeyboardNavigation As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebTab Dim value As Boolean instance.EnableKeyboardNavigation = value value = instance.EnableKeyboardNavigation | |
| C# | |
|---|---|
public bool EnableKeyboardNavigation {get; set;} | |
Using this property you can easily enable keyboard navigation, simply by setting EnableKeyboardNavigation to True.
When enabled, you can navigate the active tab in runtime by using following keys:
- Ctrl+Alt+Left Arrow. Navigate active tab to the left visible and enabled tab.
- Ctrl+Alt+Right Arrow. Navigate active tab to the right visible and enabled tab.
Target Platforms: 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