CMDIChildWndEx::SetTaskbarTabOrder

Inserts the MDI child before the specified window on Windows 7 taskbar tabs.

void SetTaskbarTabOrder(
   CMDIChildWndEx* pWndBefore = NULL
);

Parameters

  • pWndBefore
    A pointer to the MDI child window whose thumbnail is inserted to the left. This window must already be registered through RegisterTaskbarTab. If this value is NULL, the new thumbnail is added to the end of the list.

Requirements

Header: afxmdichildwndex.h

See Also

Reference

CMDIChildWndEx Class