ActionsPane.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.
Gets or sets the tab order of the actions pane within its container.
public:
property int TabIndex { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.Localizable(true)]
public int TabIndex { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.Localizable(true)>]
member this.TabIndex : int with get, set
Public Property TabIndex As Integer
Property Value
The index value of the actions pane within the set of controls within its container.
- Attributes
Remarks
This property provides the same functionality as the System.Windows.Forms.Control.TabIndex property. For more information about using this property, see System.Windows.Forms.Control.TabIndex.