DeclarativeCatalogPartDesigner::GetEmptyDesignTimeHtml Method ()

 

Gets the markup to represent an empty control on the design surface.

Namespace:   System.Web.UI.Design.WebControls.WebParts
Assembly:  System.Design (in System.Design.dll)

protected:
virtual String^ GetEmptyDesignTimeHtml() override

Return Value

Type: System::String^

An empty markup string.

This operation renders the control as a gray box showing the class name and the instance name.

.NET Framework
Available since 2.0
Return to top
Show: