ContainerControlDesigner::AllowResize Property

 

Gets a value indicating if the control can be resized at design time.

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

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

Property Value

Type: System::Boolean

true, if the control can be resized; otherwise, false.

The base implementation for the AllowResize property returns true. This indicates that the designer supports resizing of the control on the design surface.

Notes to Implementers:

Classes that are derived from the ContainerControlDesigner class can override the AllowResize property to indicate that the designer does not support resizing of the control on the design surface.

.NET Framework
Available since 2.0
Return to top
Show: