CMFCPropertyGridProperty::GetData
Retrieves a DWORD value that is associated with a property.
DWORD_PTR GetData() const;
Return Value
A DWORD value.
Remarks
The data that is returned is an application-specific value, such as a number or a pointer to other data. Specify the data value when you construct the property or when you call the CMFCPropertyGridProperty::SetData method.
Requirements
Header: afxpropertygridctrl.h
See Also
Reference
CMFCPropertyGridProperty Class