BCGControlBar Pro for MFC
void CBCGPPropList::CommitModifiedValues ( BOOL  bRedraw = TRUE)

Makes the current values default.

When a property has been modified, the property list internally saves the previous (old) value in order to be able to roll back, if needed. The new value is displayed using bold fond and the property is marked as modified.

Use this method to apply the new state to all properties in the Property List control, so the "modified" flag is cleared and all new values are copied to old values.

Parameters
bRedrawSpecifies whether the property list should be redrawn to reflect changes, or not.