Gets or sets the current state of the current undo service.
[Visual Basic] Property Enabled As Boolean [C#] bool Enabled {get; set;} [C++] bool get_Enabled() = 0;void set_Enabled(bool) = 0; [JScript] abstract function get Enabled() : Boolean; public abstract function set Enabled(Boolean);
true if new actions can be added; otherwise, false.
If enabled is set to false, any added actions are ignored.
IUndoService Interface | IUndoService Members | System.ComponentModel.Design Namespace