LoginDesigner::AllowResize Property

.NET Framework (current version)
 

Gets or sets a value that specifies whether the LoginDesigner 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.

If the RenderOuterTable property is set to false, the control does not allow resizing.

.NET Framework
Available since 4.0
Return to top
Show: