Partager via


ParentControlDesigner.InvokeCreateTool Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Crée un outil à partir du ToolboxItem spécifié.

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)

Paramètres

toInvoke
ParentControlDesigner

ParentControlDesigner avec lequel l'outil doit être employé.

tool
ToolboxItem

ToolboxItem à partir duquel créer un outil.

Attributs

S’applique à

Voir aussi