ToolboxControl.Category Class
Definition
Namespace: Alternet.FormDesigner.Wpf.Toolbox
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Provides properties and methods for a particular category displayed by the toolbox.
Inheritance
System.Object
ToolboxControl.Category
Implements
System.ComponentModel.INotifyPropertyChanged
Syntax
public class Category : INotifyPropertyChanged
Constructors
Category() | Initializes a new instance of the |
Properties
Collapsed | Gets or sets a value indicating whether Category is in the collapsed state. |
Expanded | Gets or sets a value indicating whether Category is in the expanded state. |
FilteredItems | |
Items | Gets an ObservableCollection of items displayed by the toolbox. |
ItemsFilter | |
Name | Gets or sets name of the category. |
Methods
DoesItemExist(ToolboxItem) | Indicated whether specific item is a part of this Category. |
DoesItemExist(String) | Indicated whether specific item is a part of this Category. |
GetItem(ToolboxItem) | Gather information about specific item. |
Events
PropertyChanged | This event is raised whenever a some property on the Category changes. |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Implements
System.ComponentModel.INotifyPropertyChanged