PPCC Namespace
Removes the first occurance of the Color Tab Page from the collection

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

Syntax

C#
public void Remove(
	ColorTabPage colorTabPage
)
Visual Basic (Declaration)
Public Sub Remove ( _
	colorTabPage As ColorTabPage _
)
Visual C++
public:
void Remove(
	ColorTabPage^ colorTabPage
)

Parameters

colorTabPage
Type: PPCC.ColorTab..::.ColorTabPage
Color Tab Page to remove from the collection

See Also