CBCGPBitwiseProp::CBCGPBitwiseProp | ( | const CString & | strName, |
const CStringArray & | arFlagNames, | ||
ULONG | ulFlags, | ||
DWORD_PTR | dwData = 0 , |
||
LPCTSTR | lpszDescr = NULL , |
||
const CStringArray * | parFlagDescriptions = NULL , |
||
const CArray< ULONG, ULONG > * | parAllowedFlags = NULL |
||
) |
Constructor.
strName | Specifies property name. |
arFlagNames | List of flag names. |
ulFlags | The flags value. |
dwData | Specifies a custom data associated with the property. |
lpszDescr | Specifies property description. |
parFlagDescriptions | Specifies description of each flag. |
parAllowedFlags | Specifies array of values that can be displayed and selected. |