CTreeCtrl::ItemHasChildren

This method determines whether the tree item specified by hItem has child items. If so, then use CTreeCtrl::GetChildItem to retrieve those child items.

At a Glance

Header file: Afxcmn.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions:: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL ItemHasChildren( HTREEITEM hItem );

See Also

CTreeCtrl::GetChildItem