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

Parameters
strNameSpecifies the name of the property.
varValueThe property value.
lpszDescrThe property description.
dwDataSpecifies user defined data to be associated with the property.
lpszEditMaskSpecifies the edit mask, if the property is mask edit control.
lpszEditTemplateSpecifies the edit template, if the property is mask edit control.
lpszValidCharsSpecifies the list of valid characters, if the property is mask edit control.