BCGControlBar Pro for MFC
void CBCGPPropList::SetListDelimiter ( TCHAR  c)

Defines a character to be used as a delimiter in the list of property values.

Use this function to define a character which will be used as a delimiter in the list of property values. The list of property values is passed as a text string to the property constructor. It should be used in conjunction with constuctor's parameter bIsValueList set to TRUE.

The delimiter will be used during parsing of the text string. The default delimiter is comma (",").

Parameters
cSpecifies the delimiter to be used by the value parser.