Share via


FrameworkElementUITypeEditor.IsDropDownResizable Property

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

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsDropDownResizable As Boolean
public override bool IsDropDownResizable { get; }
public:
virtual property bool IsDropDownResizable {
    bool get () override;
}
public override function get IsDropDownResizable () : boolean

Field Value

Always returns truetrue (True in Visual Basic).

See Also

FrameworkElementUITypeEditor Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting Namespace