CMFCPropertyGridCtrl::SetListDelimiter
Defines a character that is used as a delimiter in a list of property values.
void SetListDelimiter(
TCHAR c
);
Parameters
- [in] c
A character to serve as a delimiter.
Remarks
Use this method to define a delimiter character in a list of property values that are used in the CMFCPropertyGridProperty::CMFCPropertyGridProperty constructor. In that constructor, set the bIsValueList parameter to TRUE.
By default, the CMFCPropertyGridCtrl::CMFCPropertyGridCtrl constructor sets the delimiter character to comma (',').
Requirements
Header: afxpropertygridctrl.h