C# |
public Nullable<Boolean> AllowKeyboardNavigation { get; set; }
|
VB |
Public Property AllowKeyboardNavigation As Nullable(of Boolean)
|
Property value
Type: Nullable<Boolean>
true, if navigation between tab items can be performed via the keyboard; otherwise, false.
The default is null.
To navigate between tab items, use the ARROWS, TAB, HOME and END keys.
To navigate to the next tab, do one of the following:
- Press ARROW RIGHT
- Press ARROW DOWN
- Press CTRL+TAB
To navigate to the previous tab, do one of the following:
- Press ARROW LEFT
- Press ARROW UP
- Press CTRL+SHIFT+TAB
To navigate to the first tab, do this:
To navigate to the last tab, do this: