Click or drag to resize
GridTabControlRemoveTab Method (Control)
Removes the control and a tab associated with it from this GridTabControl.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public virtual void RemoveTab(
	Control sheet
)

Parameters

sheet
Type: System.Windows.FormsControl
The control to be removed.
See Also