ToolboxControl::Categories Property
.NET Framework (current version)
Gets or sets the collection of toolbox categories associated with this control.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
public: property ToolboxCategoryItems^ Categories { ToolboxCategoryItems^ get(); void set(ToolboxCategoryItems^ value); }
Property Value
Type: System.Activities.Presentation.Toolbox::ToolboxCategoryItems^The T:System.Activities.Design.Toolbox.ToolboxCategoryItems that contains the collection of T:System.Activities.Design.Toolbox.ToolboxCategory objects associated with this ToolboxControl.
If the value set is null, the categories in the T:System.Activities.Design.Toolbox.ToolboxCategoryItems will be cleared.
.NET Framework
Available since 4.0
Available since 4.0
Show: