UndoMonitor Class Members
In This Topic
The following tables list the members exposed by
UndoMonitor.
Protected Constructors
Public Properties
| Name | Description |
 | DataStorage | Gets or sets the data storage that stores objects. |
 | IsEnabled | Gets or sets a value indicating whether the undo monitor is enabled. |
  | MaxImageSize | Gets or sets the maximum size, in bytes, of the image that can be used in UndoMonitor. |
 | UndoManager | Gets the undo manager associated with the undo monitor. |
Public Methods
| Name | Description |
 | Dispose | Dispose the undo monitor. |
Protected Methods
| Name | Description |
 | CanCopyImage | Returns a value indicating whether this monitor can copy an image. |
 | CanUseStorage | Returns a value indicating whether this monitor can use the specified data storage. |
See Also