COleIPFrameWnd::OnCreateControlBars
virtualBOOLOnCreateControlBars(CWnd*pWndFrame,CWnd*pWndDoc);
Return Value
Nonzero on success; otherwise, 0.
Parameters
pWndFrame
Pointer to the container application’s frame window.
pWndDoc
Pointer to the container’s document-level window. Can be NULL if the container is an SDI application.
Remarks
The framework calls the OnCreateControlBars function when an item is activated for in-place editing.
The default implementation does nothing. Override this function to perform any special processing required when control bars are created.
COleIPFrameWnd Overview | Class Members | Hierarchy Chart
See Also COleServerDoc::ActivateInPlace