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

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.0

Syntax

C#
public int IndexOf(
	ColorTabPage colorTabPage
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	colorTabPage As ColorTabPage _
) As Integer
Visual C++
public:
int IndexOf(
	ColorTabPage^ colorTabPage
)

Parameters

colorTabPage
Type: PPCC.ColorTab..::.ColorTabPage
Color Tab Page to search for

Return Value

See Also