Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / Clone Method / Clone(Boolean) Method


In This Topic
Clone(Boolean) Method
In This Topic
Internal use only.
Syntax
'Declaration
 
Public Overloads Overridable Function Clone( _
   ByVal noParent As Boolean _
) As Object
 
'Usage
 
Dim instance As ElementContainerControl
Dim noParent As Boolean
Dim value As Object
 
value = instance.Clone(noParent)

Parameters

noParent
See Also