BCGControlBar Pro for MFC
BOOL CBCGPPropertyManager::LoadValuesFromRegistry ( LPCTSTR  lpszProfileName = _T("Options"),
BOOL  bNotifyChanges = FALSE,
BOOL  bNotifyWithoutControl = FALSE 
)

Loads property values from the application registry branch.

Parameters
lpszProfileNameRegistry profile name.
bNotifyChangesSpecifies whether the OnPropertyChanged should called during the loading process.
bNotifyWithoutControlIf the property manager doesn't have the corresponding property grid control and this parameter is TRUE, the OnPropertyChanged method still triggers..

Specifies whether OnPropertyChanged() method is called when value loaded from the registry is not default.