PPCC Namespace
Inserts a Color Tab Page into the Color Tab Page collection at the specified index

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

Syntax

C#
public void Insert(
	int index,
	ColorTabPage colorTabPage
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	colorTabPage As ColorTabPage _
)
Visual C++
public:
void Insert(
	int index, 
	ColorTabPage^ colorTabPage
)

Parameters

index
Type: System..::.Int32
zero based index at which the Color Tab Page should be inserted
colorTabPage
Type: PPCC.ColorTab..::.ColorTabPage
the color tab page to insert

See Also