PPCC Namespace
Copies the Color Tab Page collection to another Color Tab Page collection

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

Syntax

C#
public void CopyTo(
	Array array,
	int index
)
Visual Basic (Declaration)
Public Sub CopyTo ( _
	array As Array, _
	index As Integer _
)
Visual C++
public:
void CopyTo(
	Array^ array, 
	int index
)

Parameters

array
Type: System..::.Array
index
Type: System..::.Int32

See Also