UndoRecord.IsRecordingCustomRecord Property
Gets whether a custom undo action is being recorded.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property IsRecordingCustomRecord As Boolean
Get
'Usage
Dim instance As UndoRecord
Dim value As Boolean
value = instance.IsRecordingCustomRecord
bool IsRecordingCustomRecord { get; }
Property Value
Type: System.Boolean
true if a custom undo action is being recorded; otherwise, false.
Remarks
Read-only.