Gets a value indicating whether the System.Windows.Forms.BindingContext contains the System.Windows.Forms.BindingManagerBase associated with the specified data source.
- dataSource
- An object that represents the data source.
true if the System.Windows.Forms.BindingContext contains the specified System.Windows.Forms.BindingManagerBase; otherwise, false.
See the System.Windows.Forms.Binding class for a list of possible data sources and information about creating bindings between controls and data sources.
See the BindingContext.Item(object) property for information about returning a System.Windows.Forms.BindingManagerBase using only a data source.