Skip to content

Latest commit

 

History

History
73 lines (56 loc) · 2.37 KB

File metadata and controls

73 lines (56 loc) · 2.37 KB
title Using CTreeCtrl | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
CTreeCtrl
dev_langs
C++
helpviewer_keywords
CTreeCtrl class, about CTreeCtrl
tree controls, using
ms.assetid 6a262f2c-3540-43e5-b03f-e4b6f9cb0325
caps.latest.revision 11
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Using CTreeCtrl

A tree control, represented by the class CTreeCtrl, is a window that displays a hierarchical list of items, such as the headings in a document, the entries in an index, or the files and directories 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. The directory tree in the left-hand pane of File Explorer is an example of a tree control.

What do you want to know more about

See Also

Controls