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

Called by the framework to display the combo box drop button.

Override this member function in your CBCGPVisualManager - derived class to customize the button appearance.

Parameters
pDCA pointer to a device context.
rectSpecifies the bounding rectangle of a drop button.
bDisabledSpecifies whether the combo box button is disabled or not.
bIsDroppedSpecifies whether the combo box is in dropped state.
bIsHighlightedSpecifies whether the combo box drop button is highlighted or not.
pButtonA pointer to the combo box whose drop button is to be displayed.