ThemedDocumentControlHandlerSelectedIndex Property |
Gets or sets the index of the selected.
Namespace:
Eto.Forms.ThemedControls
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int SelectedIndex { get; set; }
Public Property SelectedIndex As Integer
Get
Set
abstract SelectedIndex : int with get, set
override SelectedIndex : int with get, set
Property Value
Type:
Int32The index of the selected.
Implements
DocumentControlIHandlerSelectedIndexSee Also