다음을 통해 공유


IToolboxService.RemoveToolboxItem 메서드

정의

도구 상자에서 지정된 도구 상자 항목을 제거합니다.

오버로드

RemoveToolboxItem(ToolboxItem)

도구 상자에서 지정된 도구 상자 항목을 제거합니다.

RemoveToolboxItem(ToolboxItem, String)

도구 상자에서 지정된 도구 상자 항목을 제거합니다.

RemoveToolboxItem(ToolboxItem)

도구 상자에서 지정된 도구 상자 항목을 제거합니다.

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

매개 변수

toolboxItem
ToolboxItem

도구 상자에서 제거할 ToolboxItem입니다.

적용 대상

RemoveToolboxItem(ToolboxItem, String)

도구 상자에서 지정된 도구 상자 항목을 제거합니다.

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

매개 변수

toolboxItem
ToolboxItem

도구 상자에서 제거할 ToolboxItem입니다.

category
String

ToolboxItem을 제거할 도구 상자 항목 범주입니다.

적용 대상