UndoRecord.CustomRecordLevel Property

Definition

Gets a value that specifies the number of custom undo action calls that are currently active.

public:
 property int CustomRecordLevel { int get(); };
public int CustomRecordLevel { get; }
member this.CustomRecordLevel : int
Public ReadOnly Property CustomRecordLevel As Integer

Property Value

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.

Applies to