Unicode Controls & Classes for VB6 - Version 4

ucTreeView.NodeTag Property

Gets or sets the tag information of a node

Syntax
Public Property Get NodeTag (ByVal hNode As Long) As String
Public Property Let NodeTag (ByVal hNode As Long, _
ByVal New_NodeTag As String)
Parameters
Parameter Description
ByVal hNode As Long The node handle
ByVal New_NodeTag As String The tag information
Remarks