PrintDocument for WinForms
Clone(Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObject クラス > Clone メソッド : Clone(Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) メソッド
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.
Clones the current RenderObject.
シンタックス
'宣言
 
Public Overloads Function Clone( _
   ByVal assignDataBinding As System.Boolean, _
   ByVal assignChildren As System.Boolean, _
   ByVal assignAnchors As System.Boolean, _
   ByVal assignHyperlink As System.Boolean, _
   ByVal assignName As System.Boolean, _
   ByVal assignStyle As System.Boolean _
) As RenderObject
'使用法
 
Dim instance As RenderObject
Dim assignDataBinding As System.Boolean
Dim assignChildren As System.Boolean
Dim assignAnchors As System.Boolean
Dim assignHyperlink As System.Boolean
Dim assignName As System.Boolean
Dim assignStyle As System.Boolean
Dim value As RenderObject
 
value = instance.Clone(assignDataBinding, assignChildren, assignAnchors, assignHyperlink, assignName, assignStyle)
public RenderObject Clone( 
   System.bool assignDataBinding,
   System.bool assignChildren,
   System.bool assignAnchors,
   System.bool assignHyperlink,
   System.bool assignName,
   System.bool assignStyle
)

パラメータ

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.

戻り値の型

The newly created object.
参照

RenderObject クラス
RenderObject メンバ
オーバーロード一覧