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!

ListControlDesigner.GetDesignTimeHTML

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

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

Return Value

Design Time HTML.

See Also

ListControlDesigner Class | ListControlDesigner Members | System.Web.UI.Design.WebControls Namespace