Method AddItemForType
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
AddItemForType(string, Type, ImageSource)
When implemented by a class, adds toolbox item from type name.
void AddItemForType(string categoryName, Type type, ImageSource customImage = null)
Parameters
categoryNamestringTab name where new items will be placed.
typeTypeType to get items from.
customImageImageSourceSpecifies ImageSource to draw with items.