MobileForms Toolkit Documentation

TabPagesCollection.Insert Method 

Inserts an element into the System.Collections.ArrayList at the specified index.

public void Insert(
int index,
TabPage page
);

Parameters

index
The zero-based index at which value should be inserted.
page
The TabPage to insert. The value can be null.

See Also

TabPagesCollection Class | Resco.Controls.CommonControls Namespace