Toolbar Text Label
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
Toolbar labels allow you to easily add static text to any toolbar.
Sample code:
m_wndToolBar.ReplaceButton(
ID_DUMMY_LABEL,
CBCGPToolbarLabel(
ID_DUMMY_LABEL, _T("My Toolbar Label")));