|
virtual |
Called by the framework to display the border of a toolbar button.
The default implementation displays the standard border. Override this member function in your CBCGPVisualManager - derived class to customize the border appearance.
The state of a toolbar button can be one of the following BCGBUTTON_STATE enumerated values:
pDC | A pointer to a toolbar button's device context. |
pButton | Points to a toolbar button whose border is drawn. |
rect | Specifies the bounding rectangle of a toolbar button. |
state | Specifies the current state of a toolbar button. |