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

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

    Parameters

    backColor
    The background color of the hyperlink text.
    foreColor
    The foreground color of the hyperlink text.
    underline
    A value indicating whether the hyperlink text should be underlined.
    See Also