BCGControlBar Pro for MFC
void CBCGPPropList::MarkModifiedProperties ( BOOL  bMark = TRUE,
BOOL  bRedraw = TRUE 
)

Tells the property list how to display modified properties.

When the user changes a property, the property's "modified flag" is set to TRUE.

If bMark is TRUE, all properties with "modified flag" set to TRUE will be displayed using the bold font. Otherwise all properties will be displayed using the regular font.

Parameters
bMarkIf TRUE, modified properties will be displayed using the bold font.
bRedrawIf TRUE, the property list will be redrawn immediately.