Toolbar Notification Badges

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Not available BCGControlBar for .NET

A notification badge is a small-size element placed near control and indicating some event associated with control. For example, you may add a numeric badge with a number of new mails to "Mail" button.

Notification badges on toolbar buttons:

Notification badges on toolbar buttons:

Sample code:

BCGPCMD_MGR.SetNumericNotificationBadge(
    ID_COMMAND, 1 /* value */);