System.Windows.Forms.TabPage.TabIndex Property

This property is not meaningful for this control.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The Control.TabIndex property indicates the order in which controls receive focus as a user presses the TAB key on a form. System.Windows.Forms.TabPage controls are contained within System.Windows.Forms.TabControl controls, however, and do not receive focus individually as part of the form's TAB order. This property is therefore meaningless for this class.

Requirements

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