Unicode Controls & Classes for VB6 - Version 4

ucTreeView.NodeImage Property

Gets or sets the node image

Syntax
Public Property Get NodeImage (ByVal hNode As Long) As Long
Public Property Let NodeImage (ByVal hNode As Long, _
ByVal New_NodeImage As Long)
Parameters
Parameter Description
ByVal hNode As Long The node handle
ByVal New_NodeImage As Long The image index (in the imagelist)
Remarks