BCGControlBar Pro for MFC
virtual BOOL CBCGPToolBar::AllowChangeTextLabels ( ) const
inlinevirtual

Returns nonzero if the toolbar object permits to display text labels below images on the toolbar buttons.

Returns
Nonzero if it is allowed to display text labels below images; otherwise 0.

This function is called by the framework when the framework-provided customization dialog is about to decide whether a "Show text labels" check-box should be enabled on "Toolbars" page for the selected toolbar.

The default implementation returns TRUE.

Override this member function when you can't allow text labels associated with toolbar buttons be placed under images in a CBCGPToolBar - derived object.

Reimplemented in CBCGPColorBar.