UndoRecord Members
Include Protected Members
Include Inherited Members
Provides an entry point into the undo stack.
The UndoRecord type exposes the following members.
Methods
Name | Description | |
---|---|---|
EndCustomRecord | Completes the creation of a custom undo record. | |
StartCustomRecord | Initiates the creation of a custom undo record. |
Top
Properties
Name | Description | |
---|---|---|
Application | Gets an Application object that represents the Microsoft Word 2010 application. | |
Creator | Gets a 32-bit integer that indicates the application in which the specified object was created. | |
CustomRecordLevel | Gets a value that specifies the number of custom undo action calls that are currently active. | |
CustomRecordName | Gets a string that specifies the entry that appears on the undo stack when all custom undo actions have completed. | |
IsRecordingCustomRecord | Gets whether a custom undo action is being recorded. | |
Parent | Gets an Object that represents the parent object of the specified UndoRecord object. |
Top