Pocket PC Controls.com

ColorTabPageCollection.Insert Method 

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

[Visual Basic]
Overridable Public Sub Insert( _
   ByVal Int32 As Integer, _
   ByVal Object As Object _
)
[C#]
public virtual void Insert(
   Int32 index,
   Object colorTabPage
);

Parameters

Int32
zero based index at which the Color Tab Page should be inserted
Object
the color tab page to insert

See Also

ColorTabPageCollection Class | PPCC.ColorTab Namespace