Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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