|
IOleInPlaceSite::OnUIDeactivate
Notifies the container on deactivation that it should reinstall its user
interface and take focus, and whether or not the object has an undoable state.
HRESULT OnUIDeactivate(
BOOL fUndoable
| //Specifies if object can undo changes
| );
|
|
Parameter
fUndoable
[in] Specifies whether the object can undo changes. It is TRUE if the object
can undo, FALSE if it cannot.
Return Values
S_OK
The method completed successfully.
E_UNEXPECTED
An unexpected error occurred.
Comments
The object indicates whether it can undo changes through the fUndoable flag. If the object can undo changes, the container can (by the user invoking
the Edit Undo command) call the IOleInPlaceObject::ReactivateAndUndo method to undo the changes.
Notes to Callers
IOleInPlaceSite::OnUIDeactivate is called by the site's immediate child object when it is deactivating to
notify the container that it should reinstall its own user interface components
and take focus. The container should wait for the call to IOleInPlaceSite::OnUIDeactivate to complete before fully cleaning up and destroying any composite submenus.
See Also
IOleInPlaceObject::ReactivateAndUndo
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|