Pocket PC Controls.com

ColorTabPageCollection.IndexOf Method 

Searches for the first occurance of the Color Tab Page in the collection

[Visual Basic]
Overridable Public Function IndexOf( _
   ByVal Object As Object _
) As Integer
[C#]
public virtual int IndexOf(
   Object colorTabPage
);

Parameters

Object
Color Tab Page to search for

Return Value

See Also

ColorTabPageCollection Class | PPCC.ColorTab Namespace