Gets or sets whether the control is resizable.
[Visual Basic] Overridable Public ReadOnly Property AllowResize As Boolean [C#] public bool AllowResize {override get;} [C++] public: __property virtual bool get_AllowResize(); [JScript] public function get AllowResize() : Boolean;
true if the control is resizable; otherwise, false.
All web controls are resizeable by default.
WebControlDesigner Class | WebControlDesigner Members | System.Web.UI.Design Namespace