| void CBCGPRibbonUserAccountButton::SetLoggedIn | ( | const CString & | strInitials, |
| COLORREF | clrFill, | ||
| COLORREF | clrText = CLR_DEFAULT, |
||
| BOOL | bRedraw = FALSE |
||
| ) |
Sets the "logged-in" mode with the user initials.
| strInitials | Specifies the user initials. |
| clrFill | Specifies the control background color. |
| clrText | Specifies the control foreground color. If this parameter is CLR_DEFAULT, the color contrasted to clrFill will be used as the foreground color. |
| bRedraw | Specifies whether the control should be redrawn. |