UndoRecord.CustomRecordLevel Property
Gets a value that specifies the number of custom undo action calls that are currently active.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property CustomRecordLevel As Integer
Get
'Usage
Dim instance As UndoRecord
Dim value As Integer
value = instance.CustomRecordLevel
int CustomRecordLevel { get; }
Property Value
Type: System.Int32
Specifies the number of custom undo action calls that are currently active.
Remarks
Read-only. If no custom undo action is active, this property is set to zero.