GetDocObjectServer |
Override this function to create a new CDocObjectServer object and indicate that this document is a DocObject container. |
OnUpdateDocument |
Called by the framework when a server document that is an embedded item is saved, updating the container’s copy of the item. |
OnGetEmbeddedItem |
Called to get a COleServerItem that represents the entire document; used to get an embedded item. Implementation required. |
OnClose |
Called by the framework when a container requests to close the document. |
OnSetHostNames |
Called by the framework when a container sets the window title for an embedded object. |
OnShowDocument |
Called by the framework to show or hide the document. |
OnDeactivate |
Called by the framework when the user deactivates an item that was activated in place. |
OnDeactivateUI |
Called by the framework to destroy controls and other user-interface elements created for in-place activation. |
OnSetItemRects |
Called by the framework to position the in-place editing frame window within the container application’s window. |
OnReactivateAndUndo |
Called by the framework to undo changes made during in-place editing. |
OnFrameWindowActivate |
Called by the framework when the container’s frame window is activated or deactivated. |
OnDocWindowActivate |
Called by the framework when the container’s document frame window is activated or deactivated. |
OnShowControlBars |
Called by the framework to show or hide control bars for in-place editing. |
OnResizeBorder |
Called by the framework when the container application’s frame window or document window is resized. |
CreateInPlaceFrame |
Called by the framework to create a frame window for in-place editing. |
DestroyInPlaceFrame |
Called by the framework to destroy a frame window for in-place editing. |