CommandBarButtonClass.Index Property

Definition

Gets the index of this control in the set of controls on the command bar.

public:
 virtual property int Index { int get(); };
public:
 virtual property int Index { int get(); };
[System.Runtime.InteropServices.DispId(1610874900)]
public virtual int Index { [System.Runtime.InteropServices.DispId(1610874900)] get; }
[<System.Runtime.InteropServices.DispId(1610874900)>]
[<get: System.Runtime.InteropServices.DispId(1610874900)>]
member this.Index : int
Public Overridable ReadOnly Property Index As Integer

Property Value

The index of this control in the set of controls on the command bar.

Implements

Attributes

Remarks

This index is 1-based.

Applies to