Click or drag to resize
GridTabControlRemoveTab Method (Int32)
Removes the tab at the specified index location.

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

Parameters

tabIdx
Type: SystemInt32
The index value of the tab to remove.
See Also