The COleDocObjectItem class implements Active document containment. In MFC, an Active document is handled similarly to a regular, in-place editable embedding, with the following differences:
Because the Active document container owns the Help menu, the container is responsible for forwarding server Help menu messages to the server. This integration is handled by COleDocObjectItem.
For more information on menu merging and Active document activation, see Overview of Active Document Containment in the Visual C++ Programmer’s Guide.
#include <afxole.h>
Class Members | Base Class | Hierarchy Chart
Samples MFC Sample MFCBIND
See Also COleClientItem, CDocObjectServerItem