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!

UserControlDesigner.AllowResize

Whether or not the control can be resized.

[Visual Basic]
Overridable Public ReadOnly Property AllowResize As Boolean
[C#]
public bool AllowResize {virtual get;}
[C++]
public: __property virtual bool get_AllowResize();
[JScript]
public function get AllowResize() : Boolean;

Property Value

The control's resizable attribute.

Remarks

All namespaced/user controls are not resizeable by default.

See Also

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