Pocket PC Controls.com

ColorTabPageCollection.RemoveAt Method 

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

[Visual Basic]
Overridable Public Sub RemoveAt( _
   ByVal Int32 As Integer _
) _
    Implements IList.
[C#]
new public virtual void RemoveAt(
   Int32 index
);

Parameters

Int32
Index of the color tab page to remove

Implements

IList.

See Also

ColorTabPageCollection Class | PPCC.ColorTab Namespace