CMDIFrameWndEx::MDITabMoveToNextGroup

Moves the active tab from the currently active tabbed window to the next or previous tabbed group.

void MDITabMoveToNextGroup(
   BOOL bNext=TRUE 
);

Parameters

  • [in] bNext
    If TRUE, move the tab to the next tabbed group. If FALSE, move it to the previous tabbed group.

Requirements

Header: afxMDIFrameWndEx.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMDIFrameWndEx Class