ParentControlDesigner.InvokeCreateTool Metoda

Definice

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

Vytvoří nástroj ze zadaného ToolboxItemobjektu .

protected:
 static void InvokeCreateTool(System::Windows::Forms::Design::ParentControlDesigner ^ toInvoke, System::Drawing::Design::ToolboxItem ^ tool);
protected static void InvokeCreateTool(System.Windows.Forms.Design.ParentControlDesigner toInvoke, System.Drawing.Design.ToolboxItem tool);
[System.CLSCompliant(false)]
protected static void InvokeCreateTool(System.Windows.Forms.Design.ParentControlDesigner toInvoke, System.Drawing.Design.ToolboxItem tool);
static member InvokeCreateTool : System.Windows.Forms.Design.ParentControlDesigner * System.Drawing.Design.ToolboxItem -> unit
[<System.CLSCompliant(false)>]
static member InvokeCreateTool : System.Windows.Forms.Design.ParentControlDesigner * System.Drawing.Design.ToolboxItem -> unit
Protected Shared Sub InvokeCreateTool (toInvoke As ParentControlDesigner, tool As ToolboxItem)

Parametry

toInvoke
ParentControlDesigner

Nástroj ParentControlDesigner , se kterým se má použít.

tool
ToolboxItem

The ToolboxItem to create a tool from.

Atributy

Platí pro

Viz také