BCGControlBar Pro for MFC
void CBCGPToolBar::EnableTextLabels ( BOOL  bEnable = TRUE)

Enables and disables text labels below toolbar button's images.

Use this function to enable and disable text labels below toolbar button's images.

If this feature is enabled, then all buttons on the toolbar are enlarged to allow the labels to be displayed under the images. The framework-provided customization dialog has a "Show text label" check-box on the "Toolbars" page. When the user selects a toolbar and checks this option, the EnableTextLabels function is called for the selected toolbar. You can disable the check-box for a CBCGPToolBar - derived object if you return FALSE from the overridden AllowChangeTextLabels() function.

Parameters
bEnableSpecifies whether text labels should be placed under images.