ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / IconSet Class / Clone Method

In This Topic
    Clone Method (IconSet)
    In This Topic
    Creates a new object that is a deep copy of the current instance.
    Syntax
    'Declaration
     
    Public Function Clone() As System.Object
    public System.object Clone()

    Return Value

    A new object that is a deep copy of this instance.
    See Also