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