Objective Grid for Microsoft® .NET® Reference Guide

TabItemsCollection.Remove Method 

Back to Class Index

Removes the specified TabItem from the TabItemsCollection.

[Visual Basic]
Public Sub Remove( _
   ByVal tab As TabItem _
)
[C#]
public void Remove(
   TabItem tab
);

Parameters

tab
The TabItem to remove from the collection.

See Also

TabItemsCollection Class | TabItemsCollection Members | Stingray.Grid Namespace