Unicode Controls & Classes for VB6 - Version 4

ucTreeView.NodeText Property

Gets or sets the Text of a node

Syntax
Public Property Get NodeText (ByVal hNode As Long) As String
Public Property Let NodeText (ByVal hNode As Long, _
ByVal New_NodeText As String)
Parameters
Parameter Description
ByVal hNode As Long The node handle
ByVal New_NodeText As String The new text
Remarks