Spread Windows Forms 12.0 Product Documentation
CopyTo Method (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : CopyTo Method
Target object
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

Reference

ElementWindowless Class
ElementWindowless Members