rectDefault | Pass this static CRect as a parameter when creating a CFrameWnd object to allow Windows to choose the window's size and position. |
CFrameWnd | Constructs a CFrameWnd object. | |
~CFrameWnd | Destroys a CFrameWnd object and the frame window, frees the accelerator table, and posts an application quit message. |
Create | Creates and initializes the Windows frame window associated with the CFrameWnd object. | |
LoadAccelTable | Loads an accelerator table. |
GetChildFrame | An overridable member function that simply returns this. A derived class should provide this function for access to the active child. | |
GetParentFrame | An overridable member function that simply returns this. A derived class should provide this function for access to the parent frame. |