BindingsCollection::Count Property

 
Use BaseTrue

Gets the total number of bindings in the collection.

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

public:
property int Count {
	virtual int get() override;
}

Property Value

Type: System::Int32

The total number of bindings in the collection.

.NET Framework
Available since 1.1
Return to top
Show: