Enables or disables the undo manager.
HRESULT Enable(
BOOL fEnable |
//Indicates whether to enable or disable the undo manager |
); |
Parameters
Return Values
Remarks
The undo manager should clear both stacks when making the transition from enabled to disabled.
If the undo manager is disabled, each method in IOleUndoManager must behave as specified. See each method for details.
See Also