Click or drag to resize

TabControlSelectedPage Property

Gets or sets the currently selected page.

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

Property Value

Type: TabPage
The selected page.
See Also