Unicode Controls & Classes for VB6 - Version 4
ucTreeView
.NodeFullPathKey Property
Gets the full path of keys of the given node
Syntax
Public Property Get NodeFullPathKey (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 a separator
Remarks