NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebControlDesigner.AllowResize

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;

Property Value

true if the control is resizable; otherwise, false.

Remarks

All web controls are resizeable by default.

See Also

WebControlDesigner Class | WebControlDesigner Members | System.Web.UI.Design Namespace