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