BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawEditBorder ( CDC *  pDC,
CRect  rect,
BOOL  bDisabled,
BOOL  bIsHighlighted,
CBCGPToolbarEditBoxButton pButton 
)
virtual

Called by the framework to draw a border around a toolbar edit box button.

Parameters
pDCA pointer to a device context.
rectThe button's bounding rectangle.
bDisabledIf TRUE, the button is disabled. If FALSE, the button is enabled.
bIsHighlightedIf TRUE, the button is highlighted.
pButtonPoints to a toolbar edit box button whose border is being drawn.