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!

TemplatedControlDesigner.UpdateDesignTimeHTML

Updates the design-time HTML.

[Visual Basic]
Overrides Protected Sub UpdateDesignTimeHTML()
[C#]
protected override void UpdateDesignTimeHTML();
[C++]
protected: override void UpdateDesignTimeHTML();
[JScript]
protected override function UpdateDesignTimeHTML();

Remarks

This method should be called to refresh the design-time display if the template frames have been changed without calling methods that update the design-time HTML automatically.

See Also

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