PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1Hyperlink Class / Clone Method

In This Topic
    Clone Method (C1Hyperlink)
    In This Topic
    Creates a copy of the current object.
    Syntax
    'Declaration
     
    Public Function Clone() As C1Hyperlink
    public C1Hyperlink Clone()

    Return Value

    The newly created object.
    See Also