WebControlToolboxItem.GetToolHtml Method
.NET Framework 3.0
Gets the HTML for the Web control that the tool creates.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public String GetToolHtml ( IDesignerHost host )
public function GetToolHtml ( host : IDesignerHost ) : String
Not applicable.
Parameters
- host
The IDesignerHost for the current design document.
Return Value
The HTML for the Web control that the tool creates.Community Additions
ADD
Show: