Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / Clone Method


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