Objective Grid for Microsoft® .NET® Reference Guide

GridTabControl.GetTabIdx Method 

Back to Class Index

Gets the tab's index for specified Control.

[Visual Basic]
Overridable Public Function GetTabIdx( _
   ByVal Sheet As Control _
) As Integer
[C#]
public virtual int GetTabIdx(
   Control Sheet
);

Parameters

Sheet
The Control for which to retrieve the index.

Return Value

The zero-based index for the specified control.

See Also

GridTabControl Class | GridTabControl Members | Stingray.Grid Namespace