Tuesday, 14 February 2017

MFC LIBRARY VIEW CLASSES

CView and its derived classes are child windows that represent the client area of a frame window. Views show data and accept input for a document.

  • CCtrlView, a view that allows usage of document - view architecture with tree, list, and rich edit controls.
  • CDaoRecordView, a view that displays database records in dialog-box controls.
  • CEditView, a view that provides a simple multiline text editor. You can use a CEditView object as a control in a dialog box as well as a view on a document.
  • CFormView, a scrollable view that contains dialog-box controls and is based on a dialog template resource.
  • CListView, a view that allows usage of document - view architecture with list controls.
  • CRecordView, a view that displays database records in dialog-box controls.
  • CRichEditView, a view that allows usage of document - view architecture with rich edit controls.
  • CScrollView, a view that automatically provides scrolling support.
  • CTreeView, a view that allows usage of document - view architecture with tree controls.

No comments:
Write comments