This documentation is archived and is not being maintained.
WebControlToolboxItem.GetToolHtml Method
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
WebControlToolboxItem Class | WebControlToolboxItem Members | System.Web.UI.Design Namespace
Show: