ActionsPane.TabIndex Property

Definition

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.

Applies to