'Declaration Public Function IndexOf( _ ByVal tabPosition As TabPosition _ ) As Integer
public int IndexOf( TabPosition tabPosition )
Parameters
- tabPosition
- The object to get the index of.
Return Value
The index of tabPosition in the current collection.