IToolboxService.AddToolboxItem 메서드

정의

지정된 도구 상자 항목을 도구 상자에 추가합니다.

오버로드

AddToolboxItem(ToolboxItem)

지정된 도구 상자 항목을 도구 상자에 추가합니다.

AddToolboxItem(ToolboxItem, String)

지정된 범주의 도구 상자에 지정된 도구 상자 항목을 추가합니다.

AddToolboxItem(ToolboxItem)

지정된 도구 상자 항목을 도구 상자에 추가합니다.

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)

매개 변수

toolboxItem
ToolboxItem

도구 상자에 추가할 ToolboxItem입니다.

적용 대상

AddToolboxItem(ToolboxItem, String)

지정된 범주의 도구 상자에 지정된 도구 상자 항목을 추가합니다.

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)

매개 변수

toolboxItem
ToolboxItem

도구 상자에 추가할 ToolboxItem입니다.

category
String

ToolboxItem을 추가할 도구 상자 항목 범주입니다.

적용 대상