Constructor LoadedCategory
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v10.dll
LoadedCategory(string, IEnumerable<Item>)
Initializes a new instance of the LoadedCategory class with specified settings.
public LoadedCategory(string name, IEnumerable<ToolboxSerialization.LoadedCategory.Item> items)
Parameters
namestringName of the category.
itemsIEnumerable<ToolboxSerialization.LoadedCategory.Item>List of items belongs to the category.