IToolboxService.AddToolboxItem Methode

Definition

Fügt der Toolbox das angegebene Toolboxelement hinzu.

Überlädt

AddToolboxItem(ToolboxItem)

Fügt der Toolbox das angegebene Toolboxelement hinzu.

AddToolboxItem(ToolboxItem, String)

Fügt der Toolbox das angegebene Toolboxelement in der angegebenen Kategorie hinzu.

AddToolboxItem(ToolboxItem)

Fügt der Toolbox das angegebene Toolboxelement hinzu.

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)

Parameter

toolboxItem
ToolboxItem

Das der Toolbox hinzuzufügende ToolboxItem.

Gilt für:

AddToolboxItem(ToolboxItem, String)

Fügt der Toolbox das angegebene Toolboxelement in der angegebenen Kategorie hinzu.

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)

Parameter

toolboxItem
ToolboxItem

Das der Toolbox hinzuzufügende ToolboxItem.

category
String

Die Toolboxelementkategorie, der das ToolboxItem hinzugefügt werden soll.

Gilt für: