Click or drag to resize

ThemedDocumentControlHandlerGetPage Method

Gets the page.

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

Parameters

index
Type: SystemInt32
Index.

Return Value

Type: DocumentPage
The page.

Implements

DocumentControlIHandlerGetPage(Int32)
See Also