Udostępnij za pośrednictwem


ParentControlDesigner.InvokeCreateTool Metoda

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Tworzy narzędzie na podstawie określonego ToolboxItemelementu .

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

To ParentControlDesigner , z którymi ma być używane narzędzie.

tool
ToolboxItem

Element ToolboxItem do utworzenia narzędzia.

Atrybuty

Dotyczy

Zobacz też