| CBCGPGridNotificationBadge::CBCGPGridNotificationBadge | ( | const CString & | strText, |
| COLORREF | clrText = CLR_DEFAULT, |
||
| COLORREF | clrFill = CLR_NONE, |
||
| BOOL | bRoundedCorners = FALSE, |
||
| BOOL | bIsAutoDestroy = TRUE, |
||
| BOOL | bPrintable = FALSE |
||
| ) |
Constructor.
| strText | Specified a badge text label. |
| clrText | Specifies a badge foreground color. |
| clrFill | Specifies a badge background color. |
| bRoundedCorners | Specifies whether a badge should be drawn with rounded corners. |
| bIsAutoDestroy | Specifies whether a badge should be automatically destroyed by the framewrok. |
| bPrintable | Specifies whether a badge should be printed. |