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 Overrides ReadOnly Property AllowResize As Boolean

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: