BCGSuite for MFC
virtual void CBCGPVisualManager::OnDrawGridHeaderMenuButton ( CBCGPGridCtrl pCtrl,
CDC *  pDC,
CRect  rect,
BOOL  bHighlighted,
BOOL  bPressed,
BOOL  bDisabled 
)
virtual

Called by the framework to draw a menu button located on grid header.

Override this method in a derived class to customize appearance of menu buttons located on grid header.

Parameters
pCtrlA pointer to grid control.
pDCA pointer to a device context.
rectBounding rectangle.
bHighlightedIf TRUE, the button is highlighted.
bPressedIf TRUE, the button is pressed.
bDisabledIf TRUE, the button is disabled.