AddItemForType Method
AddItemForType(String, Type, CustomToolboxImage)
When implemented by a class, adds toolbox item from type name.
Declaration
void AddItemForType(string categoryName, Type type, CustomToolboxImage customImage = null)
Parameters
Type | Name | Description |
---|---|---|
String | categoryName | Tab name where new items will be placed. |
Type | type | Type to get items from. |
CustomToolboxImage | customImage | Specifies Bitmap to draw with items. |