_CommandBarComboBox::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)
[DispIdAttribute(1610940427)] property int ListIndex { [DispIdAttribute(1610940427)] int get(); [DispIdAttribute(1610940427)] void set(int value); }
The set accessor is deprecated, and throws a DeprecatedException.
Show: