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.RemoveSizeAttributes

Maps the width, height, left and top style attributes to the respective properties on the web control.

[Visual Basic]
Overridable Protected Sub RemoveSizeAttributes()
[C#]
protected virtual void RemoveSizeAttributes();
[C++]
protected: virtual void RemoveSizeAttributes();
[JScript]
protected function RemoveSizeAttributes();

See Also

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