Click or drag to resize

UndoCollection Properties

The UndoCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of items in the collection.
(Inherited from MarshalByRefReadOnlyCollectionBase.)
Protected propertyInnerList
Gets the ArrayList stored within the collection.
(Inherited from MarshalByRefReadOnlyCollectionBase.)
Public propertyIsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread-safe).

(Inherited from MarshalByRefReadOnlyCollectionBase.)
Public propertyItem
Gets the undo item.
Public propertyLevels
Gets or set the number of Undo levels in this collection.
Public propertyNumRedos
Gets the current number of redos in the collection.
Public propertyNumUndos
Gets the current number of undos in the collection.
Public propertySyncRoot

Gets an object that can be used to synchronize access to the collection.

(Inherited from MarshalByRefReadOnlyCollectionBase.)
Top
See Also