_Application.UndoRecord Property
Gets an UndoRecord object that provides a custom entry point into the undo stack.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property UndoRecord As UndoRecord
Get
'Usage
Dim instance As _Application
Dim value As UndoRecord
value = instance.UndoRecord
UndoRecord UndoRecord { get; }
Property Value
Type: Microsoft.Office.Interop.Word.UndoRecord
A UndoRecord object.
Remarks
Read-only. Use the UndoRecord object to create and modify custom undo records in the Word 2010 undo stack.