InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / ValueElement Class / Clone Method

In This Topic
    Clone Method (ValueElement)
    In This Topic
    Returns a clone of this element.
    Syntax
    'Declaration
     
    Public Overridable Function Clone() As Element
    public virtual Element Clone()

    Return Value

    A clone of this element.
    See Also