ReadWriteControlDesigner::GetDesignTimeHtml Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the HTML that is used to represent the control at design time.

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

public:
virtual String^ GetDesignTimeHtml() override

Return Value

Type: System::String^

The HTML that is used to represent the control at design time.

System_CAPS_noteNote

The ReadWriteControlDesigner class is obsolete. Use the ContainerControlDesigner class for equivalent control designer functionality.

.NET Framework
Available since 2.0
Return to top
Show: