Click or drag to resize
GridTabBeamSetTabIndex Method
Sets the index for the specified control.

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

Parameters

sheet
Type: System.Windows.FormsControl
The control to set the tab index for.
newIndex
Type: SystemInt32
the new index for the control.
See Also