C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / IC1Cloneable Interface / CopyFrom Method
An object that represents the properties to copy.

In This Topic
CopyFrom Method (IC1Cloneable)
In This Topic
Copies the properties of the copyFrom object into the instance class that this method is called from.
Syntax
'Declaration
 
Sub CopyFrom( _
   ByVal copyFrom As System.Object _
) 
 

Parameters

copyFrom
An object that represents the properties to copy.
See Also