Method AddItemForType
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v10.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
categoryNamestringTab name where new items will be placed.
typeTypeType to get items from.
customImageCustomToolboxImageSpecifies Bitmap to draw with items.