void CBCGPTreeCtrlEx::SetItemNotificationBadge | ( | HTREEITEM | hItem, |
const CString & | strBadge, | ||
int | nColumn = 0 , |
||
COLORREF | clrText = CLR_DEFAULT , |
||
COLORREF | clrFill = CLR_NONE , |
||
BOOL | bRoundedCorners = FALSE , |
||
BOOL | bRedraw = TRUE |
||
) |
Sets an item notification badge.
hItem | Handle of item. |
strBadge | The badge value. |
nColumn | Zero-based column index. |
clrText | A badge foreground color. |
clrFill | A badge background color. |
bRoundedCorners | Specifies whether a badge has rounded corners. |
bRedraw | Specifies whether a control should be redrawn. |