DeclarativeCatalogPartDesigner.GetEmptyDesignTimeHtml Method

Definition

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

protected:
 override System::String ^ GetEmptyDesignTimeHtml();
protected override string GetEmptyDesignTimeHtml ();
override this.GetEmptyDesignTimeHtml : unit -> string
Protected Overrides Function GetEmptyDesignTimeHtml () As String

Returns

An empty markup string.

Remarks

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

Applies to