Unicode Controls & Classes for VB6 - Version 4
ucTreeView
.Expand Method
Expands the given node
Syntax
Public Sub Expand (ByVal
hNode
As Long, _
Optional ByVal
ExpandChildren
As Boolean = False)
Parameters
Parameter
Description
ByVal
hNode
As Long
The node handle
Optional ByVal
ExpandChildren
As Boolean = False
True for expanding also children, False otherwise
Remarks