Click or drag to resize

DocumentControlIHandlerGetPage Method

Gets the tab.

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

Parameters

index
Type: SystemInt32
The tab index.

Return Value

Type: DocumentPage
The tab.
See Also