Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Simplifies use of the tree control and of CTreeCtrl, the class that encapsulates tree-control functionality, with MFC's document-view architecture.
class CTreeView : public CCtrlView
Name | Description |
---|---|
CTreeView::CTreeView | Constructs a CTreeView object. |
Name | Description |
---|---|
CTreeView::GetTreeCtrl | Returns the tree control associated with the view. |
For more information on this architecture, see the overview for the CView class and the cross-references cited there.
CTreeView
Header: afxcview.h
Constructs a CTreeView
object.
CTreeView();
Returns a reference to the tree control associated with the view.
CTreeCtrl& GetTreeCtrl() const;
CCtrlView Class
Hierarchy Chart
CView Class
CCtrlView Class
CTreeCtrl Class