|
virtual |
Loads the state of the CBCGPMenuBar object from the Windows registry.
Use this function to load the state of the CBCGPMenuBar object from the Windows registry. The state should be previously saved by the SaveState() function. The state includes information about customized menu items (names, images and so on), the menu bare docking state and its position.
Usually, you don't need to call the LoadState function directly for the menu bar objects, because it is called automatically during the workspace initialization.
lpszProfileName | A path to the Windows registry key. |
nIndex | Specifies the menu bar control ID. |
uiID | Reserved |
Reimplemented from CBCGPToolBar.