UndoRecord Interface

Definition

Provides an entry point into the undo stack.

public interface class UndoRecord
[System.Runtime.InteropServices.Guid("E598E358-2852-42D4-8775-160BD91B7244")]
public interface UndoRecord
type UndoRecord = interface
Public Interface UndoRecord
Attributes

Properties

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.

Methods

EndCustomRecord()

Completes the creation of a custom undo record.

StartCustomRecord(String)

Initiates the creation of a custom undo record.

Applies to