Compartir a través de


IToolboxService.AddToolboxItem Método

Definición

Agrega el elemento especificado al cuadro de herramientas.

Sobrecargas

AddToolboxItem(ToolboxItem)

Agrega el elemento especificado al cuadro de herramientas.

AddToolboxItem(ToolboxItem, String)

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

AddToolboxItem(ToolboxItem)

Agrega el elemento 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

ToolboxItem que se va a agregar al cuadro de herramientas.

Se aplica a

AddToolboxItem(ToolboxItem, String)

Agrega el elemento del cuadro de herramientas especificado al cuadro de herramientas en 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

ToolboxItem que se va a agregar al cuadro de herramientas.

category
String

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

Se aplica a