UITypeEditor::IsDropDownResizable Property

 

Gets a value indicating whether drop-down editors should be resizable by the user.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property bool IsDropDownResizable {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if drop-down editors are resizable; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: