NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ControlBindingsCollection Properties

The properties of the ControlBindingsCollection class are listed below. For a complete list of ControlBindingsCollection class members, see the ControlBindingsCollection Members topic.

Public:

All Gets/sets all of the bindings that this collection holds. This throws an exception if any binding that ultimately gets added shouldn't be added. If an exception is thrown, the collection returns to it's original state. The CollectionChanged event is fired if it succeeds.
Control [To be supplied.]
Count (inherited from BaseCollection) [To be supplied.]
IsReadOnly (inherited from BaseCollection) [To be supplied.]
IsSynchronized (inherited from BaseCollection) [To be supplied.]
Item Overloaded. [To be supplied.]

In C#, this member is the indexer for the ControlBindingsCollection class.

SyncRoot (inherited from BaseCollection) [To be supplied.]

Protected:

List (inherited from BindingsCollection) Gets the bindings in the collection as an object.

See Also

ControlBindingsCollection Class | System.WinForms Namespace