Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / ElementContainerControl Constructor / ElementContainerControl Constructor(Object,Boolean)


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

Parameters

cloneFrom
noParent
See Also