Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this function to restore the settings of each control bar owned by the frame window.
void LoadBarState(
LPCTSTR lpszProfileName
);
Parameters
- lpszProfileName
Name of a section in the initialization (INI) file or a key in the Windows registry where state information is stored.
Remarks
Information restored includes visibility, horizontal/vertical orientation, docking state, and control-bar position.
The settings you want to restore must be written to the registry before you call LoadBarState. Write the information to the registry by calling CWinApp::SetRegistryKey. Write the information to the INI file by calling SaveBarState.
Requirements
Header: afxwin.h