Unicode Controls & Classes for VB6 - Version 4

ucTreeView.NodeBackColor Property

Gets or sets the background color of the given node

Syntax
Public Property Get NodeBackColor (ByVal hNode As Long) As Long
Public Property Let NodeBackColor (ByVal hNode As Long, _
ByVal New_NodeBackColor As Long)
Parameters
Parameter Description
ByVal hNode As Long The node handle
ByVal New_NodeBackColor As Long The new background color
Remarks