PPCC Namespace
Determines whether a Color Tab Page is in the collection

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

Syntax

C#
public bool Contains(
	ColorTabPage colorTabPage
)
Visual Basic (Declaration)
Public Function Contains ( _
	colorTabPage As ColorTabPage _
) As Boolean
Visual C++
public:
bool Contains(
	ColorTabPage^ colorTabPage
)

Parameters

colorTabPage
Type: PPCC.ColorTab..::.ColorTabPage

Return Value

See Also