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.
bMark | If TRUE, modified properties will be displayed using the bold font. |
bRedraw | If TRUE, the property list will be redrawn immediately. |