AssignFrom Method (RenderInputFragment)
Assigns (copies) properties from another
RenderFragment to the current object. Clones
Children by cloning all its elements.
'Declaration
Public Overridable Sub AssignFrom( _
ByVal As RenderFragment _
)
Parameters
- source
- The source object to copy properties from.