CommandBarComboBoxClass::ListIndex Property
Visual Studio 2015
Gets or sets the (1-based) index of the selected item in the list.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
public: [DispIdAttribute(1610940427)] property int ListIndex { [DispIdAttribute(1610940427)] virtual int get(); [DispIdAttribute(1610940427)] virtual void set(int value); }
Implements
_CommandBarComboBox::ListIndexThe set accessor is deprecated, and throws a DeprecatedException.
Show: