Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / ElementWithButtons Constructor / ElementWithButtons Constructor(Object)
Object from which to make a copy


In This Topic
    ElementWithButtons Constructor(Object)
    In This Topic
    Creates a new element with buttons by copying a specified object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal cloneFrom As Object _
    )
    'Usage
     
    
    Dim cloneFrom As Object
     
    Dim instance As New ElementWithButtons(cloneFrom)
    public ElementWithButtons( 
       object cloneFrom
    )

    Parameters

    cloneFrom
    Object from which to make a copy
    See Also