ToolStripComboBox::DropDownWidth Property

 

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

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

public:
property int DropDownWidth {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

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

Use the DropDownWidth property to get or set the width of the drop-down portion of a ToolStripComboBox.

The following code example demonstrates the syntax for setting various ToolStripComboBox properties, including the DropDownWidth property.

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

.NET Framework
Available since 2.0
Return to top
Show: