Constructor LoadedCategory
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v9.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
name
stringName of the category.
items
IEnumerable<ToolboxSerialization.LoadedCategory.Item>List of items belongs to the category.