Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / ElementControl Constructor / ElementControl Constructor(Object)
Object on which to base the control element being created


In This Topic
ElementControl Constructor(Object)
In This Topic
Creates a control element (ElementControl object) based on the specified object.
Syntax
'Declaration
 
Public Function New( _
   ByVal cloneFrom As Object _
)
 
'Usage
 
Dim cloneFrom As Object
 
Dim instance As New ElementControl(cloneFrom)

Parameters

cloneFrom
Object on which to base the control element being created
See Also