Aracılığıyla paylaş


ParentControlDesigner.InvokeCreateTool Yöntem

Tanım

Önemli

Bu API, CLS uyumlu değildir.

Belirtilen ToolboxItemkonumundan bir araç oluşturur.

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)

Parametreler

toInvoke
ParentControlDesigner

Aracın ParentControlDesigner birlikte kullanılacağı.

tool
ToolboxItem

aracı ToolboxItem oluşturmak için.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.