ActiveReports.Viewer3 Request technical support
ShowNodeToolTips Property
See Also 


Syntax

Visual Basic (Declaration) 
Public Property ShowNodeToolTips As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TOCTree
Dim value As Boolean
 
instance.ShowNodeToolTips = value
 
value = instance.ShowNodeToolTips
C# 
public bool ShowNodeToolTips {get; set;}

See Also