CMDIChildWndEx::RegisterTaskbarTab

Registers the MDI child with Windows 7 taskbar tabs.

virtual void RegisterTaskbarTab(
   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