System.Windows.Forms.Binding: Constructor Members

The constructors of System.Windows.Forms.Binding are listed below. For a list of all members, see the Binding Members list.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Windows.Forms.Binding class that simple-binds the indicated control property to the specified data member of the data source.

Initializes a new instance of the System.Windows.Forms.Binding class that binds the indicated control property to the specified data member of the data source, and optionally enables formatting to be applied.

Initializes a new instance of the System.Windows.Forms.Binding class that binds the specified control property to the specified data member of the specified data source. Optionally enables formatting and propagates values to the data source based on the specified update setting.

Initializes a new instance of the System.Windows.Forms.Binding class that binds the indicated control property to the specified data member of the specified data source. Optionally enables formatting, propagates values to the data source based on the specified update setting, and sets the property to the specified value when a DBNull is returned from the data source.

Initializes a new instance of the System.Windows.Forms.Binding class that binds the specified control property to the specified data member of the specified data source. Optionally enables formatting with the specified format string; propagates values to the data source based on the specified update setting; and sets the property to the specified value when a DBNull is returned from the data source.

Initializes a new instance of the System.Windows.Forms.Binding class with the specified control property to the specified data member of the specified data source. Optionally enables formatting with the specified format string; propagates values to the data source based on the specified update setting; enables formatting with the specified format string; sets the property to the specified value when a DBNull is returned from the data source; and sets the specified format provider.