BCGControlBar Pro for MFC
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.

Parameters
strNameProperty name.
lpszDescrProperty description.
dwDataUser-defined data associated with a property.
contentColor list type. One of: StandardColors, SystemColors, AccentColors or CustomColors
bIncludeDefaultSpecifies whether a default color should be added to the list (AccentColors mode only).
lpszNoneColorIf this parameter is specified (not NULL), the item with specified label and CLR_NONE value will be added to the list.