CTreeCtrl::Create

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.

Syntax

BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );

At a Glance

Header File Afxcmn.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

For information about supported tree control styles, see Tree View Styles.

See Also

CTreeCtrl Overview, CTreeCtrl Member Functions, Control Classes, CTreeCtrl::CTreeCtrl