BCGControlBar Pro for MFC
virtual int CBCGPPropList::OnDrawProperty ( CDC *  pDC,
CBCGPProp pProp 
) const
virtual

Called by the framework to display a property.

Returns
TRUE if a property has been displayed successfully; otherwise FALSE.

You can override it in a derived class if you want to customize the appearance of some properties.

Parameters
pDCA pointer to a device context.
pPropA pointer to a property object to be drawn.