MindFusion.Wpf Pack Programmer's Guide
GroupCollection Methods
 


 Public Methods

  Name Description

Add

Adds an object to the end of the collection. (Inherited from CollectionBase.)

Add

Adds the specified group to the collection.

Clear

Removes all groups from the collection.

Clone

Creates a shallow copy of this collection.

Contains

Determines whether an element is in the collection. (Inherited from CollectionBase.)

CopyTo

  (Inherited from CollectionBase.)

GetAt

The zero-based index of the group to retrieve.

GetEnumerator

Returns an enumerator that iterates through the collection. (Inherited from CollectionBase.)

IndexOf

Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection. (Inherited from CollectionBase.)

Insert

Inserts the specified group in the collection at the specified position.

Insert

Inserts an element into the collection at the specified index. (Inherited from CollectionBase.)

Remove

Removes the first occurrence of a specific object from the collection. (Inherited from CollectionBase.)

Remove

Removes the specified group from the collection.

RemoveAt

Removes the diagram item from the collection.

 Protected Methods

  Name Description

RaiseAdding

Raises the Adding event.

RaiseInserting

Raises the Inserting event.

RaiseRemoving

Raises the Removing event.

 See Also

GroupCollection Class
MindFusion.Diagramming.Wpf Namespace