BindingsCollection::Add Method (Binding^)

 

Adds the specified binding to the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public protected:
void Add(
	Binding^ binding
)

Parameters

binding
Type: System.Windows.Forms::Binding^

The Binding to add to the collection.

.NET Framework
Available since 1.1
Return to top
Show: