'Declaration Public Overloads Function Clone( _ ByVal assignDataBinding As Boolean, _ ByVal assignChildren As Boolean, _ ByVal assignAnchors As Boolean, _ ByVal assignHyperlink As Boolean _ ) As RenderObject
public RenderObject Clone( bool assignDataBinding, bool assignChildren, bool assignAnchors, bool assignHyperlink )
Parameters
- assignDataBinding
 - Indicates whether the DataBinding property should be cloned.
 - assignChildren
 - Indicates whether the Children property should be cloned.
 - assignAnchors
 - Indicates whether the Anchors property should be cloned.
 - assignHyperlink
 - Indicates whether the RenderObject.Hyperlink property should be cloned.
 
Return Value
The newly created object.