Unicode Controls & Classes for VB6 - Version 4
ucTreeView
.NodeFullPath Property
Returns the full path of a node
Syntax
Public Property Get NodeFullPath (ByVal
hNode
As Long, _
Optional ByVal
PathSeparator
As String = PATH_SEPARATOR)
Parameters
Parameter
Description
ByVal
hNode
As Long
The node handle
Optional ByVal
PathSeparator
As String = PATH_SEPARATOR
The char to use as separator
Remarks