Click or drag to resize

DocumentControlIHandlerInsertPage Method

Inserts a tab at the specified index.

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

Parameters

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