ContainerControlDesigner::AllowResize Property
.NET Framework (current version)
Gets a value indicating if the control can be resized at design time.
Assembly: System.Design (in System.Design.dll)
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
Available since 2.0
Show: