Click or drag to resize
GridTabControlGetTabIdx Method
Gets the tab's index for specified Control.

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

Parameters

sheet
Type: System.Windows.FormsControl
The Control for which to retrieve the index.

Return Value

Type: Int32
The zero-based index for the specified control.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when sheet can not be found in the GridTabControl's Controls collection.
See Also