Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The framework calls the OnCreateControlBars function when an item is activated for in-place editing.
virtual BOOL OnCreateControlBars(
CWnd* pWndFrame,
CWnd* pWndDoc
);
virtual BOOL OnCreateControlBars(
CFrameWnd* pWndFrame,
CFrameWnd* pWndDoc
);
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.
Return Value
Nonzero on success; otherwise, 0.
Remarks
The default implementation does nothing. Override this function to perform any special processing required when control bars are created.
Requirements
Header: afxole.h