CMFCPropertyGridProperty::OnDrawButton

Called by the framework to draw a button that is contained in a property.

virtual void OnDrawButton(
   CDC* pDC,
   CRect rectButton 
);

Parameters

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

  • [in] rectButton
    A bounding rectangle that specifies where to draw a button.

Requirements

Header: afxpropertygridctrl.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCPropertyGridProperty Class