Sdílet prostřednictvím


ParentControlDesigner.InvokeCreateTool Metoda

Definice

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

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

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žívat.

tool
ToolboxItem

Nástroj ToolboxItem , ze který chcete vytvořit.

Atributy

Platí pro

Viz také