| CBCGPRibbonUserAccountButton::CBCGPRibbonUserAccountButton | ( | UINT | nID, |
| const CString & | strName, | ||
| const CString & | strInitials, | ||
| COLORREF | clrFill, | ||
| COLORREF | clrText = CLR_DEFAULT |
||
| ) |
Constructs a new CBCGPRibbonUserAccountButton object with the user initials.
| nID | Specifies the command ID. |
| strName | Specifies the user name. |
| 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. |