DocData.UndoManagerIsShared 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.
If derived classes need share the same undo manager among multiple DocData instances, they should override this property to return true. Derived classes that return true here are also responsible for handling undo manager disposal.
protected:
virtual property bool UndoManagerIsShared { bool get(); };
protected virtual bool UndoManagerIsShared { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.UndoManagerIsShared : bool
Protected Overridable ReadOnly Property UndoManagerIsShared As Boolean
Property Value
- Attributes