TabPage.TabIndex Property

Definition

This property is not meaningful for this control.

public:
 property int TabIndex { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
public int TabIndex { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.TabIndex : int with get, set
Public Property TabIndex As Integer

Property Value

The tab order of the control.

Attributes

Remarks

The Control.TabIndex property indicates the order in which controls receive focus as a user presses the TAB key on a form. TabPage controls are contained within 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.

Applies to

See also