This topic has not yet been rated - Rate this topic

CFrameWnd::SaveBarState

Call this function to store information about each control bar owned by the frame window.

void SaveBarState( 
   LPCTSTR lpszProfileName  
) const;
lpszProfileName

Name of a section in the initialization file or a key in the Windows registry where state information is stored.

This information can be read from the initialization file using LoadBarState. Information stored includes visibility, horizontal/vertical orientation, docking state, and control bar position.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.