Click or drag to resize

DocumentControlSelectedPage Property

Gets or sets the currently selected page.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DocumentPage SelectedPage { get; set; }

Property Value

Type: DocumentPage
The selected page.
See Also