CommandBarComboBoxClass::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)
public: [DispIdAttribute(1610940418)] property int DropDownLines { [DispIdAttribute(1610940418)] virtual int get(); [DispIdAttribute(1610940418)] virtual void set(int value); }
Property Value
Type: System::Int32The number of lines in the dropdown box. This property is deprecated.
Implements
_CommandBarComboBox::DropDownLinesThis property throws a DeprecatedException when called.
Show: