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 添加到其中的工具箱项类别。