ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.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 String _
    )
    public RtfHyperlink( 
       string target
    )

    Parameters

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