Unicode Controls & Classes for VB6 - Version 4
ucTreeView
.NodeKey Property
Gets or sets the Key associated with a node
Syntax
Public Property Get NodeKey (ByVal
hNode
As Long) As String
Public Property Let NodeKey (ByVal
hNode
As Long, _
ByVal
sNewKey
As String)
Parameters
Parameter
Description
ByVal
hNode
As Long
The node handle
ByVal
sNewKey
As String
The new key
Remarks