Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / ElementContainerControl Constructor / ElementContainerControl Constructor(Object)


In This Topic
    ElementContainerControl Constructor(Object)
    In This Topic
    Creates a new child-containing control element by cloning the specified object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal cloneFrom As Object _
    )
    'Usage
     
    
    Dim cloneFrom As Object
     
    Dim instance As New ElementContainerControl(cloneFrom)
    public ElementContainerControl( 
       object cloneFrom
    )

    Parameters

    cloneFrom
    See Also