UndoRecord.IsRecordingCustomRecord Property

Definition

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.

Applies to