Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
void SetDockState( const CDockState& state );
Parameters
state
Apply the stored state to the frame window's control bars.
Remarks
Call this member function to apply state information stored in a CDockState object to the frame window's control bars. To restore a previous state of the control bars, you can load the stored state with CDockState::LoadState or Serialize, then use SetDockState to apply it to the frame window's control bars. The previous state is stored in the CDockState object with GetDockState
CFrameWnd Overview | Class Members | Hierarchy Chart
See Also CFrameWnd::GetDockState, CDockState, CDockState::LoadState, CObject::Serialize