Unicode Controls & Classes for VB6 - Version 4

ucTreeView.NodeForeColor Property

Gets or sets the text color of the given node

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