Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.73 KB

what-frame-windows-do.md

File metadata and controls

32 lines (20 loc) · 1.73 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: What Frame Windows Do
What Frame Windows Do
11/04/2016
frame windows [MFC], about frame windows
frame windows [MFC], tasks
MFC, frame windows
1148a952-6786-4622-b5a8-68a2d7eae584

What Frame Windows Do

Besides simply framing a view, frame windows are responsible for numerous tasks involved in coordinating the frame with its view and with the application. CMDIFrameWnd and CMDIChildWnd inherit from CFrameWnd, so they have CFrameWnd capabilities as well as new capabilities that they add. Examples of child windows include views, controls such as buttons and list boxes, and control bars, including toolbars, status bars, and dialog bars.

The frame window is responsible for managing the layout of its child windows. In the MFC framework, a frame window positions any control bars, views, and other child windows inside its client area.

The frame window also forwards commands to its views and can respond to notification messages from control windows.

What do you want to know more about

See also

Frame Windows