ActiveReports.Viewer3 Request technical support
HyperLinkUnderline Property
See Also 


Gets or sets a value determining whether the text in a control that hosts a hyperlink is underlined. The default value is true.

Syntax

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

See Also