Click or drag to resize

ControlTabIndex 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
[DefaultValueAttribute(2147483647)]
public virtual int TabIndex { get; set; }

Property Value

Type: Int32
The 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