PPCC Namespace
Adds a Color Tab Page to the end of the Color Tab Page Collection

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

Syntax

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

Parameters

colorTabPage
Type: PPCC.ColorTab..::.ColorTabPage
Color Tab Page to add to the end of the collection

Return Value

See Also