PPCC Namespace
Removes the Color Tab Page at the specified index from the Color Tab Page collection

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

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic (Declaration)
Public Sub RemoveAt ( _
	index As Integer _
)
Visual C++
public:
void RemoveAt(
	int index
)

Parameters

index
Type: System..::.Int32
Index of the color tab page to remove

See Also