PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderInputText Class / AssignFrom Method / AssignFrom(RenderObject) Method
The source object to copy properties from.

In This Topic
    AssignFrom(RenderObject) Method
    In This Topic
    Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the Fragments property) is neither copied nor changed. Properties UserData, PageNumberingChange are copied by reference. The Name property is not copied.
    Syntax
    'Declaration
     
    Public Overloads Sub AssignFrom( _
       ByVal source As RenderObject _
    ) 
    public void AssignFrom( 
       RenderObject source
    )

    Parameters

    source
    The source object to copy properties from.
    See Also