Click or drag to resize

TabControlIHandlerInsertTab Method

Inserts a tab at the specified index.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void InsertTab(
	int index,
	TabPage page
)

Parameters

index
Type: SystemInt32
Index to insert the tab.
page
Type: Eto.FormsTabPage
Page to insert.
See Also