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; }
Public Property SelectedPage As DocumentPage
Get
Set
member SelectedPage : DocumentPage with get, set
Property Value
Type:
DocumentPageThe selected page.
See Also