UndoRecord Object Members

Provides an entry point into the undo stack.

Methods

Name

Description

EndCustomRecord

Completes the creation of a custom undo record.

StartCustomRecord

Initiates the creation of a custom undo record.

Properties

Name

Description

Application

Returns an Application object that represents the Microsoft Word 2010 application. Read-only.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.

CustomRecordLevel

Returns a Long that specifies the number of custom undo action calls that are currently active. Read-only.

CustomRecordName

Returns a String that specifies the entry that appears on the undo stack when all custom undo actions have completed. Read-only.

IsRecordingCustomRecord

Returns a Boolean that specifies whether a custom undo action is being recorded. Read-only.

Parent

Returns an Object that represents the parent object of the specified UndoRecord object.