Click or drag to resize

DocumentControlSelectedIndex Property

Gets or sets the index of the selected page.

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

Property Value

Type: Int32
The index of the selected page.
See Also