ToolboxCategory.Add(ToolboxItemWrapper) Method

Definition

Adds a specified tool to the end of the toolbox category collection.

public:
 void Add(System::Activities::Presentation::Toolbox::ToolboxItemWrapper ^ tool);
public void Add (System.Activities.Presentation.Toolbox.ToolboxItemWrapper tool);
member this.Add : System.Activities.Presentation.Toolbox.ToolboxItemWrapper -> unit
Public Sub Add (tool As ToolboxItemWrapper)

Parameters

tool
ToolboxItemWrapper

The ToolboxItemWrapper item to add to the collection.

Exceptions

The tool is null.

Applies to