Network, Computer and Programming Resources
C++ - Child window
A window that has the WS_CHILD or WS_CHILDWINDOW style, and is confined to the client area of its parent window, which initiates and defines the child window. Typically, an application uses child windows to divide the client area of a parent window into functional areas.