BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawMenuBorder ( CDC *  pDC,
CBCGPPopupMenu pMenu,
CRect  rect 
)
virtual

Called by the framework to display a menu border.

The default implementation displays the standard menu border. Override this member function in your CBCGPVisualManager - derived class to customize the menu border appearance.

Parameters
pDCA pointer to a menu's device context.
pMenuA pointer to menu whose border is displayed.
rectA menu's bounding rectangle.