Spread Windows Forms 12.0 Product Documentation
ElementControl Constructor(Object)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class > ElementControl Constructor : ElementControl Constructor(Object)
Object on which to base the control element being created
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)
public ElementControl( 
   object cloneFrom
)

Parameters

cloneFrom
Object on which to base the control element being created
Remarks
Initializes an instance of the ElementControl class based on the specified object.
See Also

Reference

ElementControl Class
ElementControl Members
Overload List