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
-
pDC | A pointer to a property list's device context. |
rect | A bounding rectangle of description area (in client coordinates of property list control). |