As with any other designer, override the GetDesignTimeHtml. Gets the HTML that is used to represent the control at design time.
As with any other designer, override the GetDesignTimeHtml. Gets the HTML that is used to represent the control at design time.
[Visual Basic] Overrides OverloadsPublic Function () As String
[C#] public override string ();
[C++] public: String* ();
[JScript] public override function (): String;
Retrieves the HTML markup to display the control and populates the collection with the current control designer regions.
Inherited from ControlDesigner.
[Visual Basic] Overridable OverloadsPublic Function (ByVal DesignerRegionCollection) As String
[C#] public virtual string (DesignerRegionCollection);
[C++] public: virtual String* (DesignerRegionCollection*);
[JScript] public virtual function (DesignerRegionCollection): String;
DesktopPanesDesigner Class | DUEMETRI.UI.Design.WebControls Namespace