Skip to main content

BootstrapClientTabControl.GetActiveTab Method

Returns the active tab within the Tab Control.

Declaration

GetActiveTab(): BootstrapClientTab

Returns

Type Description
BootstrapClientTab

A BootstrapClientTab object that represents the active tab.

Remarks

The Tab Control’s client-side functionality allows tab objects to be accessed programmatically on the client side. The active tab can be obtained on the client side by using the GetActiveTab method.

In order to select a specific tab on the client side, use the BootstrapClientTabControl.SetActiveTab method of the Tab Control.

See Also