BCGControlBar Pro for MFC
virtual BOOL CBCGPMDIFrameWnd::OnDrawMenuImage ( CDC *  pDC,
const CBCGPToolbarMenuButton pMenuButton,
const CRect &  rectImage 
)
virtual

Called by the framework when a menu image is being rendered.

Returns
The function should return nonzero if the image has been rendered by it. The default implementation returns 0.

Override this member function if you want to customize image rendering for the menu items that belong to the menu bar owned by the CBCGPMDIFrameWnd - derived object. The default implementation does nothing.