UndoRecord.CustomRecordName Property

Definition

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

public:
 property System::String ^ CustomRecordName { System::String ^ get(); };
public string CustomRecordName { get; }
member this.CustomRecordName : string
Public ReadOnly Property CustomRecordName As String

Property Value

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 Microsoft.Office.Interop.Word.UndoRecord.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.

Applies to