IOleWindow Methods
Method | Description |
ContextSensitiveHelp | Enables context-sensitive help. The ATL implementation returns E_NOTIMPL. |
GetWindow | Gets a window handle. |
IOleInPlaceActiveObject Methods
Method | Description |
EnableModeless | Enables modeless dialog boxes. The ATL implementation returns S_OK. |
OnDocWindowActivate | Notifies the control when the container’s document window is activated or deactivated. |
OnFrameWindowActivate | Notifies the control when the container’s top-level frame window is activated or deactivated. |
ResizeBorder | Informs the control it needs to resize its borders. The ATL implementation returns S_OK. |
TranslateAccelerator | Processes menu accelerator-key messages from the container. The ATL implementation returns E_NOTIMPL. |