Unicode Controls & Classes for VB6 - Version 4

ucTreeView.NodeHilited Property

Gets or sets the highlighted status of a node

Syntax
Public Property Get NodeHilited (ByVal hNode As Long) As Boolean
Public Property Let NodeHilited (ByVal hNode As Long, _
ByVal New_NodeHilited As Boolean)
Parameters
Parameter Description
ByVal hNode As Long The node handle
ByVal New_NodeHilited As Boolean The new value
Remarks