Spread WinForms 15
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)

Parameters

cloneFrom
See Also