AutoSwitch Property (TabPanel)
In This Topic
Gets or sets a value that determines whether the control should switch tabs automatically when the user selects a tab using the arrow keys.
Syntax
'Declaration
Public Property AutoSwitch As Boolean
public bool AutoSwitch {get; set;}
See Also