UndoEngine::UndoInProgress Property

 

Indicates if an undo action is in progress.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
property bool UndoInProgress {
	bool get();
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: