Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / CopyTo Method
Target object


In This Topic
    CopyTo Method (ElementWindowless)
    In This Topic
    Copies the properties of this windowless element object into the target object.
    Syntax
    'Declaration
     
    
    Public Overridable Sub CopyTo( _
       ByVal target As Object _
    ) 
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim target As Object
     
    instance.CopyTo(target)
    public virtual void CopyTo( 
       object target
    )

    Parameters

    target
    Target object
    See Also