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 member function to store state information about the frame window's control bars in a CDockState object.
void GetDockState(
CDockState& state
) const;
Parameters
- state
Contains the current state of the frame window's control bars upon return.
Remarks
You can then write the contents of CDockState to storage using CDockState::SaveState or Serialize. If you later want to restore the control bars to a previous state, load the state with CDockState::LoadState or Serialize, then call SetDockState to apply the previous state to the frame window's control bars.
Requirements
Header: afxwin.h