TabCollection Constructor (UltimateTabstrip)

UltimateTabstrip

UltimateTabstrip Class Library

TabCollection Constructor (UltimateTabstrip)

Initializes a new instance of the TabCollection class with the specified parent tabstrip object.

[Visual Basic] Overloads Public Sub New( _
   ByVal parentTabstrip As UltimateTabstrip _
)
[C#]
public TabCollection(
   UltimateTabstrip parentTabstrip
);

Parameters

parentTabstrip
The parent UltimateTabstrip control containing this collection of tabs.

See Also

TabCollection Class | Karamasoft.WebControls.UltimateTabstrip Namespace | TabCollection Constructor Overload List