BCGControlBar Pro for MFC
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.

Parameters
iTabZero-based index of the tab.
nNumberThe notification badge numeric value.
nAlignThe badge horizontal align: TA_LEFT (default) or TA_RIGHT
clrThe notification badge bacground color.
bRedrawSpecifies whether a control should be redrawn.

Call this member function to specify a numeric notification badge associated with the tab.