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

Gets the HTML to be used for the design time representation of the control runtime.

[Visual Basic]
Overridable Public Function GetDesignTimeHTML() As String
[C#]
public virtual string GetDesignTimeHTML();
[C++]
public: virtual String* GetDesignTimeHTML();
[JScript]
public function GetDesignTimeHTML() : String;

Return Value

The design time HTML.

See Also

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