Toolbar Text Label

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

Toolbar labels allow you to easily add static text to any toolbar.

Toolbar Text Label

Sample code:

m_wndToolBar.ReplaceButton(
    ID_DUMMY_LABEL, 
    CBCGPToolbarLabel(
        ID_DUMMY_LABEL, _T("My Toolbar Label")));