CMDIFrameImpl Class

class CMDIFrameImpl: public CWindow

MDI Frame window implementation

CMDIFrameImpl includes the following member functions  CMDIFrameImpl and  Create,

Defined in: MdiWnd.h

Class Template Arguments

_MDIClient = CMDIClientWindow>

Type of client area

Comments

The  CMDIFrame class is still an intermediate layer in the MDI-ness of an application. The final layer in an MDI application is usually CMDIFrameImpl.

Class Members

CMDIFrameImpl()

Constructor

HWND  Create( HWND hwndParent, RECT& rcPos, LPCTSTR lpszCaption = 0, DWORD dwStyle = 0, DWORD dwExStyle = 0, HMENU hMenu = 0, LPVOID lpCreateParam = 0 )

Create the Window