BOOL CBCGPTabWnd::SetNumericNotificationBadge | ( | int | iTab, |
int | nNumber, | ||
int | nAlign = TA_LEFT , |
||
COLORREF | clr = CLR_DEFAULT , |
||
BOOL | bRedraw = TRUE |
||
) |
Sets numeric notification badge for the specific tab.
iTab | Zero-based index of the tab. |
nNumber | The notification badge numeric value. |
nAlign | The badge horizontal align: TA_LEFT (default) or TA_RIGHT |
clr | The notification badge bacground color. |
bRedraw | Specifies whether a control should be redrawn. |
Call this member function to specify a numeric notification badge associated with the tab.