WebControlToolboxItem::GetToolHtml Method (IDesignerHost^)

 

Gets the HTML for the Web control that the tool creates.

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

public:
String^ GetToolHtml(
	IDesignerHost^ host
)

Parameters

host
Type: System.ComponentModel.Design::IDesignerHost^

The IDesignerHost for the current design document.

Return Value

Type: System::String^

The HTML for the Web control that the tool creates.

.NET Framework
Available since 1.1
Return to top
Show: