C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1Hyperlink Class / AssignFrom Method
The source object to copy properties from.

In This Topic
AssignFrom Method (C1Hyperlink)
In This Topic
Copies the properties of the specified object to the current object.
Syntax
'Declaration
 
Public Sub AssignFrom( _
   ByVal source As C1Hyperlink _
) 
 

Parameters

source
The source object to copy properties from.
See Also