Click or drag to resize

ThemedDocumentControlHandlerInsertPage Method

Inserts the page.

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

Parameters

index
Type: SystemInt32
Index.
page
Type: Eto.FormsDocumentPage
Page.

Implements

DocumentControlIHandlerInsertPage(Int32, DocumentPage)
See Also