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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObject クラス > Clone メソッド : Clone(Boolean,Boolean) メソッド
Indicates whether the RenderObject.DataBinding property should be cloned.
Indicates whether the RenderObject.Children property should be cloned.
Clones the current RenderObject.
シンタックス
'宣言
 
Public Overloads Function Clone( _
   ByVal assignDataBinding As System.Boolean, _
   ByVal assignChildren As System.Boolean _
) As RenderObject
'使用法
 
Dim instance As RenderObject
Dim assignDataBinding As System.Boolean
Dim assignChildren As System.Boolean
Dim value As RenderObject
 
value = instance.Clone(assignDataBinding, assignChildren)
public RenderObject Clone( 
   System.bool assignDataBinding,
   System.bool assignChildren
)

パラメータ

assignDataBinding
Indicates whether the RenderObject.DataBinding property should be cloned.
assignChildren
Indicates whether the RenderObject.Children property should be cloned.

戻り値の型

The newly created object.
参照

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