Objective Grid for Microsoft® .NET® Reference Guide

GridTabBeam.RemoveTab Method 

Back to Class Index

Removes the tab from the GridTabBeam.

[Visual Basic]
Overridable Public Sub RemoveTab( _
   ByVal Tab As TabItem _
)
[C#]
public virtual void RemoveTab(
   TabItem Tab
);

Parameters

Tab
A TabItem to be removed.

See Also

GridTabBeam Class | GridTabBeam Members | Stingray.Grid Namespace