'宣言 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.