TVM_SORTCHILDRENTVM_SORTCHILDREN*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TVM_SETUNICODEFORMAT
*Next Topic: TVM_SORTCHILDRENCB

TVM_SORTCHILDREN


TVM_SORTCHILDREN 
    wParam = (WPARAM)(BOOL) fRecurse;
    lParam = (LPARAM)(HTREEITEM) hitem; 

Sorts the child items of the specified parent item in a tree view control. You can send this message explicitly or by using the TreeView_SortChildren macro.

fRecurse
Reserved for future use. Must be zero.
hitem
Handle to the parent item whose child items are to be sorted.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.