Clones the current RenderObject.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public RenderObject Clone( bool assignDataBinding, bool assignChildren, bool assignAnchors, bool assignHyperlink, bool assignName, bool assignStyle ) |
Visual Basic |
---|
Public Function Clone ( _ assignDataBinding As Boolean, _ assignChildren As Boolean, _ assignAnchors As Boolean, _ assignHyperlink As Boolean, _ assignName As Boolean, _ assignStyle As Boolean _ ) As RenderObject |
Parameters
- assignDataBinding
- Type: System..::..Boolean
Indicates whether the DataBinding property should be cloned.
- assignChildren
- Type: System..::..Boolean
Indicates whether the Children property should be cloned.
- assignAnchors
- Type: System..::..Boolean
Indicates whether the Anchors property should be cloned.
- assignHyperlink
- Type: System..::..Boolean
Indicates whether the Hyperlink property should be cloned.
- assignName
- Type: System..::..Boolean
Indicates whether the Name property should be cloned.
- assignStyle
- Type: System..::..Boolean
Indicates whether the Style()()()() property should be cloned.