PrintDocument for WinForms
IsParentFor メソッド (C1DataBinding)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > C1DataBinding クラス : IsParentFor メソッド
The C1DataBinding object that is tested for being a child of the current object.
Tests whether the current data binding object is a parent (or a grand- or a deeper-level parent) of another object.
シンタックス
'宣言
 
Public Function IsParentFor( _
   ByVal dataBinding As C1DataBinding _
) As System.Boolean
'使用法
 
Dim instance As C1DataBinding
Dim dataBinding As C1DataBinding
Dim value As System.Boolean
 
value = instance.IsParentFor(dataBinding)
public System.bool IsParentFor( 
   C1DataBinding dataBinding
)

パラメータ

dataBinding
The C1DataBinding object that is tested for being a child of the current object.

戻り値の型

true if the current object is a parent of the passed object, false otherwise.
参照

C1DataBinding クラス
C1DataBinding メンバ