Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the background color for the button text.
void SetFaceColor(
COLORREF crFace,
BOOL bRedraw=TRUE
);
Parameters
[in] crFace
An RGB color value.[in] bRedraw
TRUE to redraw the screen immediately; otherwise, FALSE.
Remarks
Use this method to define a new fill color for the button background (face). Note that the background is not filled when the CMFCButton::m_bTransparent member variable is TRUE.
Requirements
Header: afxbutton.h