PrintDocument for WinForms
GetDataBindingForChild メソッド (RenderObject)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObject クラス : GetDataBindingForChild メソッド
The RenderObject object that is a child of the current object.
Returns the C1.C1Preview.DataBinding.C1DataBinding object for a specified child object.
シンタックス
'宣言
 
Protected Overridable Function GetDataBindingForChild( _
   ByVal child As RenderObject _
) As C1DataBinding
'使用法
 
Dim instance As RenderObject
Dim child As RenderObject
Dim value As C1DataBinding
 
value = instance.GetDataBindingForChild(child)
protected virtual C1DataBinding GetDataBindingForChild( 
   RenderObject child
)

パラメータ

child
The RenderObject object that is a child of the current object.

戻り値の型

The C1.C1Preview.DataBinding.C1DataBinding object for the specified child object, or null if data binding is not specified for that child.
参照

RenderObject クラス
RenderObject メンバ