CommandBarControl.Index 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 the index of this control in the set of controls on the command bar.
public:
property int Index { int get(); };
public:
property int Index { int get(); };
[System.Runtime.InteropServices.DispId(1610874900)]
public int Index { [System.Runtime.InteropServices.DispId(1610874900)] get; }
[<System.Runtime.InteropServices.DispId(1610874900)>]
[<get: System.Runtime.InteropServices.DispId(1610874900)>]
member this.Index : int
Public ReadOnly Property Index As Integer
Property Value
The index of this control in the set of controls on the command bar.
- Attributes
Remarks
This index is 1-based.