UndoItemCollection
|
Overloaded. Initializes a new instance of the UndoItemCollection class. |
Count | Returns the number of items in the collection. |
Item | Gets the IUndoItem reference with the specified index |
Label | Gets the label that descibes the group of changes represented by this collection. |
Last | Returns a reference to the last item in the collection, or a null reference (Nothing in Visual Basic) if the collection is empty. |
Limit | Gets or sets the maximum number of item this collection can contain. |
Add | Adds the specified item to the end of the collection. |
Clear | Removes all items from the collection. |
Contains | Determines whether this collection contains the specified IUndoItem. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEnumerator | Returns an IEnumerator that can iterate over all items currently in the collection. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Redo | Redoes the set of changes represented by this collection. |
RemoveLast | Removes the last item from the collection. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Undo | Undoes the set of changes represented by this collection. |
UndoItemCollection Class | LaMarvin.ComponentModel Namespace