PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1HyperlinkTextAttrs Class / C1HyperlinkTextAttrs Constructor / C1HyperlinkTextAttrs Constructor(Boolean)
A value indicating whether the hyperlink text should be underlined.

In This Topic
    C1HyperlinkTextAttrs Constructor(Boolean)
    In This Topic
    Initializes a new instance of the C1HyperlinkTextAttrs class, assigning C1HyperlinkTextAttrs.Underline property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal underline As Boolean _
    )
    public C1HyperlinkTextAttrs( 
       bool underline
    )

    Parameters

    underline
    A value indicating whether the hyperlink text should be underlined.
    See Also