|
Compounds |
| class | CDialog |
| | MFC base class for independent windows containing controls. Usually populated from a DIALOG resource. More...
|
| class | CFormView |
| | MFC base class for CView's containing controls, populated from a DIALOG resource. More...
|
| class | CFrameWnd |
| | MFC base class containing views for SDI and popup windows. More...
|
| class | CListCtrl |
| | MFC base class wrapping a standard List Control. More...
|
| class | CMDIChildWnd |
| | MFC base class containing a single view in an MDI app. More...
|
| class | CMDIFrameWnd |
| | MFC base class containing CMDIChildWnd's in an MDI app. More...
|
| class | CPropertyPage |
| | MFC base class wrapping a standard Property Page in a CPropertySheet. Populated from a DIALOG resource. More...
|
| class | CPropertySheet |
| | MFC base class wrapping a standard Property Sheet control. More...
|
| class | CScrollView |
| | MFC base class for scrollable views. More...
|
| class | CTabCtrl |
| | MFC base class wrapping a standard Tab Control used in CPropertySheet. More...
|
| class | CView |
| | MFC base class for client areas of a CFrameWnd. The CView class provides the basic functionality for user-defined view classes. A view is attached to a document and acts as an intermediary between the document and the user: the view renders an image of the document on the screen or printer and interprets user input as operations upon the document. More...
|
| class | CWinApp |
| | MFC base class for Application. More...
|
| class | CWnd |
| | MFC base class providing most HWND functionality. Serves as base for visible windows, like CDialog as well as controls like CListCtrl embedded within another window. More...
|