System.Windows.Forms.Form.TabIndex Property

Gets or sets the tab order of the control within its container.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public int TabIndex { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Forms are not included in the tab order. Setting the Form.TabIndex property does nothing.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0
Since: .NET 2.0