Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
void GetDockState( CDockState& state ) const;
Parameters
state
Contains the current state of the frame window's control bars upon return.
Remarks
Call this member function to store state information about the frame window's control bars in a CDockState object. 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.
CFrameWnd Overview | Class Members | Hierarchy Chart
See Also CFrameWnd::SetDockState, CDockState, CDockState::SaveState, CObject::Serialize