UndoEngine::Enabled Property

 

Enables or disables the UndoEngine.

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

public:
property bool Enabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the UndoEngine is enabled; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: