Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / Clone Method


In This Topic
    Clone Method (ElementControl)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overridable Function Clone() As Object
    'Usage
     
    
    Dim instance As ElementControl
    Dim value As Object
     
    value = instance.Clone()
    public virtual object Clone()
    See Also