WebControlToolboxItem.GetToolHtml(IDesignerHost) Methode
Definition
Ruft den HTML-Code für das vom Tool erstellte Websteuerelement ab.Gets the HTML for the Web control that the tool creates.
public:
System::String ^ GetToolHtml(System::ComponentModel::Design::IDesignerHost ^ host);
public string GetToolHtml (System.ComponentModel.Design.IDesignerHost host);
member this.GetToolHtml : System.ComponentModel.Design.IDesignerHost -> string
Public Function GetToolHtml (host As IDesignerHost) As String
Parameter
- host
- IDesignerHost
Der IDesignerHost für das aktuelle Entwurfsdokument.The IDesignerHost for the current design document.
Gibt zurück
Der HTML-Code für das vom Tool erstellte Websteuerelement.The HTML for the Web control that the tool creates.