PrintDocument for WinForms
AssignFrom(RenderObject,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObject クラス > AssignFrom メソッド : AssignFrom(RenderObject,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) メソッド
The source object to copy properties from.
Indicates whether the RenderObject.DataBinding property should be copied.
Indicates whether the elements of the RenderObject.Children collection should be copied.
Indicates whether the elements of the RenderObject.Anchors collection should be copied.
Indicates whether the RenderObject.Hyperlink property should be copied.
Indicates whether the RenderObject.Name property should be copied.
Indicates whether the RenderObject.Style property should be copied.
Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the RenderObject.Fragments property) is neither copied nor changed. Properties RenderObject.UserData, RenderObject.PageNumberingChange are copied by reference. The RenderObject.Name property is not copied.
シンタックス
'宣言
 
Public Overloads Overridable Sub AssignFrom( _
   ByVal source As RenderObject, _
   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 _
) 
'使用法
 
Dim instance As RenderObject
Dim source 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
 
instance.AssignFrom(source, assignDataBinding, assignChildren, assignAnchors, assignHyperlink, assignName, assignStyle)
public virtual void AssignFrom( 
   RenderObject source,
   System.bool assignDataBinding,
   System.bool assignChildren,
   System.bool assignAnchors,
   System.bool assignHyperlink,
   System.bool assignName,
   System.bool assignStyle
)

パラメータ

source
The source object to copy properties from.
assignDataBinding
Indicates whether the RenderObject.DataBinding property should be copied.
assignChildren
Indicates whether the elements of the RenderObject.Children collection should be copied.
assignAnchors
Indicates whether the elements of the RenderObject.Anchors collection should be copied.
assignHyperlink
Indicates whether the RenderObject.Hyperlink property should be copied.
assignName
Indicates whether the RenderObject.Name property should be copied.
assignStyle
Indicates whether the RenderObject.Style property should be copied.
参照

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