ComboBox::DropDownHeight Property
.NET Framework (current version)
Gets or sets the height in pixels of the drop-down portion of the ComboBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(true)] property int DropDownHeight { int get(); void set(int value); }
| Exception | Condition |
|---|---|
| ArgumentException | The specified value is less than one. |
Setting the DropDownHeight property resets the IntegralHeight property to false.
.NET Framework
Available since 2.0
Available since 2.0
Show: