Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use this function to determine whether the tree item specified by hItem has child items.
BOOL ItemHasChildren(
HTREEITEM hItem
) const;
Parameters
- hItem
Handle of a tree item.
Return Value
Nonzero if the tree item specified by hItem has child items; 0 if it does not.
Remarks
If so, you can then use CTreeCtrl::GetChildItem to retrieve those child items.
Example
See the example for CTreeCtrl::GetSelectedItem.
Requirements
Header: afxcmn.h