DiagramToolboxGroup Members
A group of shapes in the toolbox.Constructors
| Name | Description |
|---|---|
| DiagramToolboxGroup() | Initializes a new DiagramToolboxGroup class instance. |
| DiagramToolboxGroup(DiagramShapeCategory, String) | Initializes a new DiagramToolboxGroup class instance with the specified settings. |
| DiagramToolboxGroup(DiagramShapeCategory) | Initializes a new DiagramToolboxGroup class instance with the specified shape category. |
| DiagramToolboxGroup(String, String) | Initializes a new instance of the DiagramToolboxGroup class with specified settings. |
Properties
| Name | Description |
|---|---|
| Category | Specifies the shape category displayed in the group. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| CustomCategoryName | Specifies the name of a custom shape category. |
| DisplayMode | Specifies how shapes are displayed in the toolbox. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Title | Specifies the toolbox group’s title. |
Methods
| Name | Description |
|---|---|
| Assign(CollectionItem) | Copies public properties from the specified object to the current object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the group’s title and category in the following format: “Title [Category]“. |
See Also