ControlIHandlerTabIndex Property |
Gets or sets the tab index order for this control within its container.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax int TabIndex { get; set; }
Property TabIndex As Integer
Get
Set
abstract TabIndex : int with get, set
Property Value
Type:
Int32The index of the control in the tab order.
Remarks
This sets the order when using the tab key to cycle through controls
Note that some platforms (Gtk and WinForms) may not support setting the context of the tab order to StackLayout
or DynamicLayout containers and may not behave exactly as expected. Use the
TabIndexWithCustomContainers flag to determine if it is supported.
See Also