ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfHyperlink Class / RtfHyperlink Constructor / RtfHyperlink Constructor(String)
The target object (URL, bookmark ...) as string.

In This Topic
    RtfHyperlink Constructor(String)
    In This Topic
    The Word/RTF hyperlink constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal target As System.String _
    )
    public RtfHyperlink( 
       System.string target
    )

    Parameters

    target
    The target object (URL, bookmark ...) as string.
    See Also