Unicode Controls & Classes for VB6 - Version 4
ucTreeView
.SortChildren Method
Sorts a certain node
Syntax
Public Sub SortChildren (ByVal
hNode
As Long, _
Optional ByVal
SortAllLevels
As Boolean = False)
Parameters
Parameter
Description
ByVal
hNode
As Long
The node handle
Optional ByVal
SortAllLevels
As Boolean = False
True for sorting children also, False otherwise
Remarks