BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawHeaderCtrlSortArrow ( CBCGPHeaderCtrl pCtrl,
CDC *  pDC,
CRect &  rect,
BOOL  bIsUp 
)
virtual

Called by the framework to display the header control sort arrow.

Override OnDrawHeaderCtrlSortArrow in a derived class to customize the header control appearance.

Parameters
pCtrlPoints to a header control whose sort arrow is being drawn.
pDCA pointer to a device context.
rectThe bounding rectangle of the sort arrow.
bIsUpIf TRUE, this is the up arrow. If FALSE, this is the down arrow.