Creates a binding with the specified control property name, data source, data member, and information about whether formatting is enabled, and adds the binding to the collection.
- propertyName
- The name of the control property to bind.
- dataSource
- An object representing the data source.
- dataMember
- The property or list to bind to.
- formattingEnabled
- true to format the displayed data; otherwise, false
The newly created System.Windows.Forms.Binding.