ElementControl Constructor(Object)
Creates a control element (ElementControl object) based on the specified object.
public ElementControl(
object
)
'Declaration
Public Function New( _
ByVal 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