BCGControlBar Pro for MFC
virtual void CBCGPDockingControlBar::EnableGripper ( BOOL  bEnable)
virtual

Shows or hides the caption (gripper).

The library creates docking control bars without WS_STYLE (even it was specified). It means, that the control bar's caption is a non-client area that is controlled by the framework, but this area is different than the standard window caption.

You can show or hide the caption anytime. The framework hides the caption when a control bar is being added as a tab to a tabbed window or is being floated alone in a mini-frame.

Parameters
bEnableTRUE - show the caption, FALSE - hide the caption.

Reimplemented from CBCGPBaseControlBar.