Add Method
Adds a TabItem to the TabItemCollection.
Syntax
Visual Basic Public Sub
Add( ByVal oNode As TabItem )C# public void
Add(TabItem oNode );Managed C++ public: void
Add(TabItem oNode );JScript public function
Add(oNode : TabItem );
Parameters
oNode Required. The TabItem to add to the collection.
Return Value
No return value.
Applies To
TabItemCollection
See Also
Internet Explorer WebControls, About the TabStrip WebControl