| CBCGPColorListProp::CBCGPColorListProp | ( | const CString & | strName, |
| LPCTSTR | lpszDescr = NULL, |
||
| DWORD_PTR | dwData = 0, |
||
| ColorListContent | content = StandardColors, |
||
| BOOL | bIncludeDefault = TRUE, |
||
| LPCTSTR | lpszNoneColor = NULL |
||
| ) |
Constructs a color list property object.
| strName | Property name. |
| lpszDescr | Property description. |
| dwData | User-defined data associated with a property. |
| content | Color list type. One of: StandardColors, SystemColors, AccentColors or CustomColors |
| bIncludeDefault | Specifies whether a default color should be added to the list (AccentColors mode only). |
| lpszNoneColor | If this parameter is specified (not NULL), the item with specified label and CLR_NONE value will be added to the list. |