BCGControlBar Pro for MFC
virtual void CBCGPCheckComboBox::OnPrepareText ( CString &  strText)
protectedvirtual

Called by the framework when the window text needs to be prepared.

Parameters
strTextThe window text.

By default, the text is a list of the checked items (separated by control's separator). Override this method to customize the control's appearance.

Reimplemented from CBCGPComboBox.