ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfHyperlink Class / RtfHyperlink Constructor / RtfHyperlink Constructor(String,Color,RtfUnderlineStyle)
The target object (URL, bookmark ...) as string.
The text color of the hyperlink.
The underline type of the hyperlink.

In This Topic
    RtfHyperlink Constructor(String,Color,RtfUnderlineStyle)
    In This Topic
    The Word/RTF hyperlink constructor with attributes.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal target As System.String, _
       ByVal color As System.Drawing.Color, _
       ByVal underline As RtfUnderlineStyle _
    )
    public RtfHyperlink( 
       System.string target,
       System.Drawing.Color color,
       RtfUnderlineStyle underline
    )

    Parameters

    target
    The target object (URL, bookmark ...) as string.
    color
    The text color of the hyperlink.
    underline
    The underline type of the hyperlink.
    See Also