Pocket PC Controls.com

ColorTabPageCollection.CopyTo Method 

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

[Visual Basic]
Overridable Public Sub CopyTo( _
   ByVal Array As Array, _
   ByVal Int32 As Integer _
)
[C#]
public virtual void CopyTo(
   Array array,
   Int32 index
);

Parameters

Array
Int32

See Also

ColorTabPageCollection Class | PPCC.ColorTab Namespace