AddAt Method

Adds a TabItem to the TabItemCollection at the specified index.

Syntax

Visual Basic  Public   Sub 
AddAt(
        ByVal index As int,
        ByVal oNode As TabItem
)
C# public  void 
AddAt(
        int index,
        TabItem oNode
);
Managed C++ public:  void 
AddAt(
        int index,
        TabItem oNode
);
JScript public  function
AddAt(
        index : int,
        oNode : TabItem
);

Parameters

index Required. int. The index at which to add the TabItem.
oNode Required. TabItem object to add to the collection.

Return Value

No return value.

Applies To

TabItemCollection

See Also

Internet Explorer WebControls, About the TabStrip WebControl