BCGControlBar Pro for MFC
virtual void CBCGPProp::OnDrawDescription ( CDC *  pDC,
CRect  rect 
)
virtual

Called by the framework when the property list control needs to display the property description

The default implementation draws the property's name (m_strName) and text (m_strDescr) using parent property list control's font (the name is drawn using bold font). Override OnDrawDescription in a custom property if you need to change this behavior.

Parameters
pDCA pointer to a property list's device context.
rectA bounding rectangle of description area (in client coordinates of property list control).