| CBCGPProp::CBCGPProp | ( | const CString & | strGroupName, |
| DWORD_PTR | dwData = 0, |
||
| BOOL | bIsValueList = FALSE, |
||
| BOOL | bHasCheckBox = FALSE |
||
| ) |
Constructs a property object.
| strGroupName | Specifies the group name. |
| dwData | Specifies user defined data to be associated with the property. |
| bIsValueList | If TRUE, indicates that the property represents a list of values; otherwise the property represents a single value. |
| bHasCheckBox | If TRUE, indicates that the property title has a check box (allows to enable/disable group items). |