Called by the framework to fill the background of a control bar.
The default implementation uses the standard color to fill the background. Override this member function in your CBCGPVisualManager - derived class to customize the background of a control bar.
- Parameters
-
pDC | A pointer to a control bar's device context. |
pBar | A pointer to a control bar whose background is filled. |
rectClient | Specifies the bounding rectangle of a control bar. |
rectClip | Specifies the clipping area of a control bar. |
bNCArea | TRUE - non-client area drawing; FALSE - otherwise. |