Click or drag to resize
GridTabControlSetTabIdx Method
Associates a TabLabel text with the specified control.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public virtual void SetTabIdx(
	Control sheet,
	int index
)

Parameters

sheet
Type: System.Windows.FormsControl
The Control that sets the index.
index
Type: SystemInt32
New tab index.
See Also