IToolboxService.AddToolboxItem 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的工具箱項目加入至工具箱。
多載
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 的工具箱項目分類。