IToolboxService.AddToolboxItem Método

Definición

Agrega el elemento de cuadro de herramientas especificado al cuadro de herramientas.

Sobrecargas

Nombre Description
AddToolboxItem(ToolboxItem)

Agrega el elemento de cuadro de herramientas especificado al cuadro de herramientas.

AddToolboxItem(ToolboxItem, String)

Agrega el elemento del cuadro de herramientas especificado al cuadro de herramientas de la categoría especificada.

AddToolboxItem(ToolboxItem)

Source:
IToolboxService.cs
Source:
IToolboxService.cs
Source:
IToolboxService.cs
Source:
IToolboxService.cs
Source:
IToolboxService.cs

Agrega el elemento de cuadro de herramientas especificado al cuadro de herramientas.

public:
 void AddToolboxItem(System::Drawing::Design::ToolboxItem ^ toolboxItem);
public void AddToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem);
abstract member AddToolboxItem : System.Drawing.Design.ToolboxItem -> unit
Public Sub AddToolboxItem (toolboxItem As ToolboxItem)

Parámetros

toolboxItem
ToolboxItem

que ToolboxItem se va a agregar al cuadro de herramientas.

Se aplica a

AddToolboxItem(ToolboxItem, String)

Source:
IToolboxService.cs
Source:
IToolboxService.cs
Source:
IToolboxService.cs
Source:
IToolboxService.cs
Source:
IToolboxService.cs

Agrega el elemento del cuadro de herramientas especificado al cuadro de herramientas de la categoría especificada.

public:
 void AddToolboxItem(System::Drawing::Design::ToolboxItem ^ toolboxItem, System::String ^ category);
public void AddToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category);
abstract member AddToolboxItem : System.Drawing.Design.ToolboxItem * string -> unit
Public Sub AddToolboxItem (toolboxItem As ToolboxItem, category As String)

Parámetros

toolboxItem
ToolboxItem

que ToolboxItem se va a agregar al cuadro de herramientas.

category
String

Categoría del elemento del cuadro de herramientas a la ToolboxItem que se va a agregar.

Se aplica a