NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabStrip.RemoveTab

Removes the tab at the given index of the TabStrip. The tab and it's data are discarded.

[Visual Basic]
Public Sub RemoveTab( _
   ByVal index As Integer _
)
[C#]
public void RemoveTab(
   int index
);
[C++]
public: void RemoveTab(
   int index
);
[JScript]
public function RemoveTab(
   index : int
);

Parameters

index
Index of the tab to remove.

See Also

TabStrip Class | TabStrip Members | System.WinForms Namespace