CMFCPropertyGridCtrl::FindItemByData
Retrieves the property that is associated with a user-defined DWORD value.
CMFCPropertyGridProperty* FindItemByData(
DWORD_PTR dwData,
BOOL bSearchSubItems=TRUE
) const;
Parameters
[in] dwData
A DWORD value.[in] bSearchSubItems
TRUE to search property sub-items; otherwise, FALSE. The default value is TRUE.
Return Value
A pointer to the associated property object if this method succeeds; otherwise, NULL.
Remarks
Use the CMFCPropertyGridCtrl::CMFCPropertyGridCtrl constructor or CMFCPropertyGridProperty::SetData method to associate a DWORD with a property.
Requirements
Header: afxpropertygridctrl.h