UndoRecord.IsRecordingCustomRecord Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether a custom undo action is being recorded.
public:
property bool IsRecordingCustomRecord { bool get(); };
public bool IsRecordingCustomRecord { get; }
member this.IsRecordingCustomRecord : bool
Public ReadOnly Property IsRecordingCustomRecord As Boolean
Property Value
true if a custom undo action is being recorded; otherwise, false.
Remarks
Read-only.