CMFCPropertyGridCtrl::OnDrawDescription

Called by the framework to draw the description area and display the description text.

virtual void OnDrawDescription(
   CDC* pDC,
   CRect rect 
);

Parameters

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

  • [in] rect
    A rectangle that specifies where to draw the description area.

Remarks

Use the CMFCPropertyGridCtrl::EnableDescriptionArea method to display the description area.

Requirements

Header: afxpropertygridctrl.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCPropertyGridCtrl Class

CMFCPropertyGridCtrl::EnableDescriptionArea