CTreeCtrl::SortChildren

This method sorts the child items of the specified parent item in a tree view control. If hItem is NULL, the entire tree control is sorted.

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 SortChildren( HTREEITEM hItem );

See Also

CTreeCtrl::SortChildrenCB