DocData.UndoManagerIsShared Property

Definition

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

Applies to