'Declaration
Public Overloads Function Clone( _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
) As RenderObject
public RenderObject Clone(
System.bool ,
System.bool ,
System.bool ,
System.bool
)
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 Hyperlink property should be cloned.
Return Value
The newly created object.