ToolboxControl::Categories Property

.NET Framework (current version)
 

Gets or sets the collection of toolbox categories associated with this control.

Namespace:   System.Activities.Presentation.Toolbox
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property ToolboxCategoryItems^ Categories {
	ToolboxCategoryItems^ get();
	void set(ToolboxCategoryItems^ value);
}

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
Return to top
Show: