Spread Windows Forms 17
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)
    public virtual object Clone( 
       bool noParent
    )

    Parameters

    noParent
    See Also