TabPage.TabIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.