Unicode Controls & Classes for VB6 - Version 4

ucTreeView.NodeGhosted Property

Gets or sets the ghosted status of a node

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