PasswordRecoveryDesigner::AllowResize Property

.NET Framework (current version)
 

Gets or sets a value that specifies whether the PasswordRecoveryDesigner control allows resizing.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
property bool AllowResize {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the control allows resizing; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: