UndoRecord Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |