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

Called by the framework to display the border of a combo box button.

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

Parameters
pDCA pointer to a combo box button's device context.
rectSpecifies the bounding rectangle of a combo box button.
bDisabledIndicates whether the combo box button is disabled (TRUE) or not (FALSE).
bIsDroppedIndicates whether the combo box is in dropped state or not.
bIsHighlightedIndicates whether the combo box button is highlighted or not.
pButtonA pointer to a combo box button.
See also
CBCGPToolbarComboBoxButton