Unicode Controls & Classes for VB6 - Version 4

ucTreeView.NodeBold Property

Gets or sets the bold status for a node

Syntax
Public Property Get NodeBold (ByVal hNode As Long) As Boolean
Public Property Let NodeBold (ByVal hNode As Long, _
ByVal New_NodeBold As Boolean)
Parameters
Parameter Description
ByVal hNode As Long The node handle
ByVal New_NodeBold As Boolean The bold status
Remarks