| void CBCGPButton::SetFaceColor | ( | COLORREF | crFace, |
| BOOL | bRedraw = TRUE, |
||
| BOOL | bMixFaceColorWithTheme = TRUE |
||
| ) |
Sets a new background color
Call this member function to define a new background color. The background is not filled when the CBCGPButton::m_bTransparent Boolean member variable is set to TRUE.
| crFace | A new background color |
| bRedraw | Specifies whether a control should be redrawn. |
| bMixFaceColorWithTheme | Specifies whether a custom color should be mixed with control default background color. |