ToolStripComboBox::DropDownHeight Property
.NET Framework (current version)
Gets or sets the height, in pixels, of the drop-down portion box of a ToolStripComboBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(true)] property int DropDownHeight { int get(); void set(int value); }
Setting the DropDownHeight property resets the IntegralHeight property to false.
The following code example demonstrates the syntax for setting various ToolStripComboBox properties, including the DropDownHeight property.
.NET Framework
Available since 2.0
Available since 2.0
Show: