ToolWindow.EnableUndo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by derived classes to turn on/off handling of undo commands.
protected:
virtual property bool EnableUndo { bool get(); };
protected virtual bool EnableUndo { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.EnableUndo : bool
Protected Overridable ReadOnly Property EnableUndo As Boolean
Property Value
- Attributes