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


In This Topic
    Clone Method (DefaultScrollBarRenderer)
    In This Topic
    Creates a new object that is a copy of the current instance.
    Syntax
    'Declaration
     
    
    Public Overridable Function Clone() As Object
    'Usage
     
    
    Dim instance As DefaultScrollBarRenderer
    Dim value As Object
     
    value = instance.Clone()
    public virtual object Clone()

    Return Value

    New object that is a copy of this instance
    See Also