ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / UserPreferences Class / HyperLinkUnderline Property

In This Topic
    HyperLinkUnderline Property (UserPreferences)
    In This Topic
    Gets or sets a value determining whether the text in a control that hosts a hyperlink is underlined. The default value is true.
    Syntax
    'Declaration
     
    Public Property HyperLinkUnderline As Boolean
    public bool HyperLinkUnderline {get; set;}

    Property Value

    true if [hyper link underline]; otherwise, false.
    See Also