CommandBarComboBoxClass.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:
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.