UndoEngine.UndoInProgress Property

Definition

Indicates if an undo action is in progress.

public:
 property bool UndoInProgress { bool get(); };
public bool UndoInProgress { get; }
member this.UndoInProgress : bool
Public ReadOnly Property UndoInProgress As Boolean

Property Value

true if an undo action is in progress; otherwise, false.

Applies to