void Deactivate( );
Remarks
Call this function to deactivate the OLE item and free any associated resources. You typically deactivate an in-place active OLE item when the user clicks the mouse on the client area outside the bounds of the item. Note that deactivating the OLE item will discard its undo state, making it impossible to call the ReactivateAndUndo member function.
If your application supports undo, do not call Deactivate; instead, call DeactivateUI.
For more information, see IOleInPlaceObject::InPlaceDeactivate in the OLE documentation.
COleClientItem Overview | Class Members | Hierarchy Chart
See Also COleClientItem::ReactivateAndUndo, COleClientItem::DeactivateUI