CMFCPropertyGridCtrl::OnDrawProperty

Called by the framework to display a property.

virtual int OnDrawProperty(
   CDC* pDC,
   CMFCPropertyGridProperty* pProp 
) const;

Parameters

  • [in] pDC
    A pointer to a device context.

  • [in] pProp
    A pointer to a property object.

Return Value

TRUE if this method is successful; otherwise, FALSE.

Requirements

Header: afxpropertygridctrl.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCPropertyGridCtrl Class