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
-
pDC | A pointer to a combo box button's device context. |
rect | Specifies the bounding rectangle of a combo box button. |
bDisabled | Indicates whether the combo box button is disabled (TRUE) or not (FALSE). |
bIsDropped | Indicates whether the combo box is in dropped state or not. |
bIsHighlighted | Indicates whether the combo box button is highlighted or not. |
pButton | A pointer to a combo box button. |
- See also
- CBCGPToolbarComboBoxButton