PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / FindHyperlink Method
Location, in client coordinates.

In This Topic
    FindHyperlink Method (C1PreviewPane)
    In This Topic
    Searches for a hyperlink at the specified client location.
    Syntax
    'Declaration
     
    Public Function FindHyperlink( _
       ByVal ptClient As Point _
    ) As C1HyperlinkInfo
    public C1HyperlinkInfo FindHyperlink( 
       Point ptClient
    )

    Parameters

    ptClient
    Location, in client coordinates.

    Return Value

    A C1.C1Preview.C1HyperlinkInfo describing the hyperlink, or null if none was found.
    See Also