Call this member function to create a tree view control and attach it to the CTreeCtrl object.
You construct a CTreeCtrl in two steps. First call the constructor, then call Create.
BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );
Header File | Afxcmn.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
For information about supported tree control styles, see Tree View Styles.
CTreeCtrl Overview, CTreeCtrl Member Functions, Control Classes, CTreeCtrl::CTreeCtrl