BCGControlBar Pro for MFC
void CBCGPTasksPane::EnableWrapLabels ( BOOL  bEnable = TRUE)
inline

Enables or disables word wrapping for the labels.

Use this function to enable or disable word wrapping for the labels. By default the word wrapping for labels is disabled. Enable word wrapping if you want the label to be displayed in several lines. The label string can include line breaking marks '\n' and underline markers '&'

Parameters
bEnableSpecifies whether the taskpane should wrap words in the labels (TRUE) or not (FALSE).