Objective Grid for Microsoft® .NET® Reference Guide

TabItemsCollection.IndexOf Method 

Back to Class Index

Gets the index of a specified TabItem.

[Visual Basic]
Public Function IndexOf( _
   ByVal tab As TabItem _
) As Integer
[C#]
public int IndexOf(
   TabItem tab
);

Parameters

tab
The TabItem to find.

Return Value

See Also

TabItemsCollection Class | TabItemsCollection Members | Stingray.Grid Namespace