[]
Gets a collection of toolbox items from the toolbox that match the specified category.
public ToolboxItemCollection GetToolboxItems(string category)
Type | Name | Description |
---|---|---|
string | category | The toolbox item category to retrieve all the toolbox items from. |
Type | Description |
---|---|
ToolboxItemCollection | A ToolboxItemCollection that contains the current toolbox items that are associated with the specified category. |
Gets the entire collection of toolbox items from the toolbox.
public ToolboxItemCollection GetToolboxItems()
Type | Description |
---|---|
ToolboxItemCollection | A ToolboxItemCollection that contains the current toolbox items. |