_CommandBarComboBox::DropDownLines Property
Visual Studio 2015
Gets or sets the number of lines in the dropdown box. This property is deprecated
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610940418)] property int DropDownLines { [DispIdAttribute(1610940418)] int get(); [DispIdAttribute(1610940418)] void set(int value); }
Property Value
Type: System::Int32The number of lines in the dropdown box. This property is deprecated.
This property throws a DeprecatedException when called.
Show: