CBCGPProp::CBCGPProp | ( | const CString & | strName, |
const _variant_t & | varValue, | ||
LPCTSTR | lpszDescr = NULL , |
||
DWORD_PTR | dwData = 0 , |
||
LPCTSTR | lpszEditMask = NULL , |
||
LPCTSTR | lpszEditTemplate = NULL , |
||
LPCTSTR | lpszValidChars = NULL |
||
) |
Constructs a property object.
strName | Specifies the name of the property. |
varValue | The property value. |
lpszDescr | The property description. |
dwData | Specifies user defined data to be associated with the property. |
lpszEditMask | Specifies the edit mask, if the property is mask edit control. |
lpszEditTemplate | Specifies the edit template, if the property is mask edit control. |
lpszValidChars | Specifies the list of valid characters, if the property is mask edit control. |