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

Restores original values.

When the user begins to edit a property, it saves the original value internally. When you call ResetOriginalValues, the property list will loop over all properties and restore original saved values.

Parameters
bRedrawIf TRUE, the property list will be redrawn.