ActiveTabIndex Property

UltimateTabstrip

UltimateTabstrip Class Library

UltimateTabstrip.ActiveTabIndex Property

Gets or sets the zero-based index of the active tab.

[Visual Basic] Public Property ActiveTabIndex As Integer
[C#]
public int ActiveTabIndex {get; set;}

Property Value

The zero-based index of the active tab. The default value is 0, which indicates that nothing is active.

Remarks

Use this property to get or set the zero-based index of the active tab.

See Also

UltimateTabstrip Class | Karamasoft.WebControls.UltimateTabstrip Namespace