Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document 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