Unicode Controls & Classes for VB6 - Version 4
ucTreeView
.NodeVisible Property
Checks if a node is visible
Syntax
Public Property Get NodeVisible (ByVal
hNode
As Long, _
Optional ByVal
OnlyText
As Boolean = False) As Boolean
Parameters
Parameter
Description
ByVal
hNode
As Long
The node handle
Optional ByVal
OnlyText
As Boolean = False
If True checks only the text, False otherwise
Remarks