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.
[Visual Basic] Public Property All As ListBinding () [C#] public ListBinding[] All {get; set;} [C++] public: __property ListBinding* get_All(); public: __property void set_All(ListBinding*[]); [JScript] public function get All() : ListBinding[]; public function set All(ListBinding[]);
ControlBindingsCollection Class | ControlBindingsCollection Members | System.WinForms Namespace