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


In This Topic
    ButtonElement Constructor(Object)
    In This Topic
    Creates a button element object by copying another.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal cloneFrom As Object _
    )
    'Usage
     
    
    Dim cloneFrom As Object
     
    Dim instance As New ButtonElement(cloneFrom)
    public ButtonElement( 
       object cloneFrom
    )

    Parameters

    cloneFrom
    Object from which to make a copy
    See Also