CSplitterWnd::ActivateNext
virtual void ActivateNext( BOOL bPrev = FALSE );
Parameters
bPrev
Indicates which window to activate. TRUE for previous; FALSE for next.
Remarks
This member function is called by the framework to perform the Next Pane or Previous Pane command.
This member function is a high level command that is used by the CView class to delegate to the CSplitterWnd implementation.
CSplitterWnd Overview | Class Members | Hierarchy Chart
See Also CView, CSplitterWnd::CanActivateNext, CSplitterWnd::SetActivePane