C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RenderToc Class / Clone Method / Clone(Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method
Indicates whether the RenderObject.DataBinding property should be cloned.
Indicates whether the RenderObject.Children property should be cloned.
Indicates whether the RenderObject.Anchors property should be cloned.
Indicates whether the RenderObject.Hyperlink property should be cloned.
Indicates whether the RenderObject.Name property should be cloned.
Indicates whether the RenderObject.Style property should be cloned.

In This Topic
Clone(Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method
In This Topic
Clones the current RenderObject.
Syntax
'Declaration
 
Public Overloads Function Clone( _
   ByVal assignDataBinding As Boolean, _
   ByVal assignChildren As Boolean, _
   ByVal assignAnchors As Boolean, _
   ByVal assignHyperlink As Boolean, _
   ByVal assignName As Boolean, _
   ByVal assignStyle As Boolean _
) As RenderObject
 

Parameters

assignDataBinding
Indicates whether the RenderObject.DataBinding property should be cloned.
assignChildren
Indicates whether the RenderObject.Children property should be cloned.
assignAnchors
Indicates whether the RenderObject.Anchors property should be cloned.
assignHyperlink
Indicates whether the RenderObject.Hyperlink property should be cloned.
assignName
Indicates whether the RenderObject.Name property should be cloned.
assignStyle
Indicates whether the RenderObject.Style property should be cloned.

Return Value

The newly created object.
See Also