ToolStripComboBox::DropDownHeight Property

 

Gets or sets the height, in pixels, of the drop-down portion box of a ToolStripComboBox.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(true)]
property int DropDownHeight {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The height, in pixels, of the drop-down box.

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: