Gets a value indicating whether the BindingManager contains the specified data source and data member.
[Visual Basic] Overloads Public Function Contains( _ ByVal dataSource As Object, _ ByVal dataMember As String _ ) As Boolean [C#] public bool Contains( object dataSource, string dataMember ); [C++] public: bool Contains( Object* dataSource, String* dataMember ); [JScript] public function Contains( dataSource : Object, dataMember : String ) : Boolean;
true, if the BindingManager contains the data source; otherwise, false.
BindingManager Class | BindingManager Members | System.WinForms Namespace | BindingManager.Contains Overload List