Method AddItemForType
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.dll
AddItemForType(string, Type, CustomToolboxImage)
When implemented by a class, adds toolbox item from type name.
void AddItemForType(string categoryName, Type type, CustomToolboxImage customImage = null)
Parameters
categoryName
stringTab name where new items will be placed.
type
TypeType to get items from.
customImage
CustomToolboxImageSpecifies Bitmap to draw with items.