| BOOL CBCGPPropertyManager::LoadValuesFromRegistry | ( | LPCTSTR | lpszProfileName = _T("Options"), |
| BOOL | bNotifyChanges = FALSE, |
||
| BOOL | bNotifyWithoutControl = FALSE |
||
| ) |
Loads property values from the application registry branch.
| lpszProfileName | Registry profile name. |
| bNotifyChanges | Specifies whether the OnPropertyChanged should called during the loading process. |
| bNotifyWithoutControl | If 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.