Configurates
C1.Web.Mvc.TabPanel.AutoSwitch. 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 Function AutoSwitch( _
ByVal As Boolean _
) As TabPanelBuilder
public TabPanelBuilder AutoSwitch(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also