This documentation is archived and is not being maintained.

WebControlToolboxItem.GetToolHtml Method

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

[Visual Basic]
Public Function GetToolHtml( _
   ByVal host As IDesignerHost _
) As String
[C#]
public string GetToolHtml(
 IDesignerHost host
);
[C++]
public: String* GetToolHtml(
 IDesignerHost* host
);
[JScript]
public function GetToolHtml(
   host : IDesignerHost
) : String;

Parameters

host
The IDesignerHost for the current design document.

Return Value

The HTML for the Web control that the tool creates.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

WebControlToolboxItem Class | WebControlToolboxItem Members | System.Web.UI.Design Namespace

Show: