PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1Hyperlink Class / LinkTarget Property

In This Topic
    LinkTarget Property (C1Hyperlink)
    In This Topic
    Determines the target of the current hyperlink.
    Syntax
    'Declaration
     
    Public Property LinkTarget As C1LinkTarget
    public C1LinkTarget LinkTarget {get; set;}
    Remarks

    The hyperlink target is described by an instance of a class derived from C1LinkTarget, and can be of one of the following types:

    • An anchor defined within the current document.
    • A location within the current document.
    • An anchor defined within a previously saved C1D document.
    • An external document, program or URL. The ShellExecute API is used to invoke the link.
    • A page within the current document.
    • The hyperlink target is determined by a user event handler.
    See Also