Gets the HTML to be used at design time as the representation of the control when the control runtime does not return any rendered HTML. The default behavior is to return a string containing the name of the component.
[Visual Basic] Overridable Public Function GetEmptyDesignTimeHTML() As String [C#] public virtual string GetEmptyDesignTimeHTML(); [C++] public: virtual String* GetEmptyDesignTimeHTML(); [JScript] public function GetEmptyDesignTimeHTML() : String;
The name of the component, by default.
UserControlDesigner Class | UserControlDesigner Members | System.Web.UI.Design Namespace