CommandBarComboBoxClass::Index Property
Visual Studio 2015
Gets the index of this control in the set of controls on the command bar.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
public: [DispIdAttribute(1610874900)] property int Index { [DispIdAttribute(1610874900)] virtual int get(); }
Property Value
Type: System::Int32The index of this control in the set of controls on the command bar.
Implements
_CommandBarComboBox::IndexThis index is 1-based.
Show: