Inserts a TabPage to the collection at the specified index.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.1.9

Syntax

C#
public void Insert(
	int index,
	TabPage value
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	value As TabPage _
)
Visual C++
public:
void Insert(
	int index, 
	TabPage^ value
)

Parameters

index
Type: System..::.Int32
Index in which the TabPage should be added.
value
Type: BeeMobile.ToolBar..::.TabPage
A TabPage object to be inserted.

See Also