IToolboxService.AddToolboxItem 메서드

정의

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

오버로드

Name Description
AddToolboxItem(ToolboxItem)

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

AddToolboxItem(ToolboxItem, String)

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

AddToolboxItem(ToolboxItem)

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

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

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)

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

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

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 .

적용 대상