IMonitorSelectionService.CurrentUndoManager 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.
Retrieves the undo manager associated with the currently focused window.
public:
property System::Object ^ CurrentUndoManager { System::Object ^ get(); };
public object CurrentUndoManager { get; }
member this.CurrentUndoManager : obj
Public ReadOnly Property CurrentUndoManager As Object