ControlBaseTabIndex Property
Gets or sets the tab order of the control within its container.
Namespace: Firefly.Box.UI.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public int TabIndex { get; set; }
Public Property TabIndex As Integer
Get
Set
member TabIndex : int with get, set
Return Value
Int32The index value of the control within the set of controls within its container. The controls in the container are included in the tab order.