PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1Hyperlink Class / C1Hyperlink Constructor / C1Hyperlink Constructor(C1LinkTarget)
The C1LinkTarget to set as the target of the current hyperlink.

In This Topic
    C1Hyperlink Constructor(C1LinkTarget)
    In This Topic
    Initializes a new instance of the C1Hyperlink class, assigning its C1Hyperlink.LinkTarget to the specified C1LinkTarget.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal linkTarget As C1LinkTarget _
    )
    public C1Hyperlink( 
       C1LinkTarget linkTarget
    )

    Parameters

    linkTarget
    The C1LinkTarget to set as the target of the current hyperlink.
    See Also