UndoRecord.CustomRecordName Property

Gets a string that specifies the entry that appears on the undo stack when all custom undo actions have completed.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property CustomRecordName As String
    Get
'Usage
Dim instance As UndoRecord
Dim value As String

value = instance.CustomRecordName
string CustomRecordName { get; }

Property Value

Type: System.String
Specifies the entry that appears on the undo stack when all custom undo actions have completed.

Remarks

Read-only. If custom undo records are nested within other custom undo records, this property specifies what string appears on the undo stack after all custom undo actions have completed. If multiple calls to the StartCustomRecord() method are nested, the string specified by the first call is returned by this property. If no action is active, the property returns an empty string.

See Also

Reference

UndoRecord Interface

UndoRecord Members

Microsoft.Office.Interop.Word Namespace