CTreeCtrl

The CTreeCtrl class provides the functionality of the Windows common tree view control. A tree view control is a window that displays a hierarchical list of items, such as the headings in a document, the entries in an index, or the directories and files on a disk. Each item consists of a label and an optional bitmapped image, and each item can have a list of subitems associated with it. By clicking an item, the user can expand and collapse the associated list of subitems.

At a Glance

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

See Also

CTreeCtrl Member Functions, Control Classes, CImageList