Reputation: 15715
If I bind stuff to a Control by calling the Add method of its DataBindings property, will the control's Dispose method remove the bindings automatically or do I have to remove them manually?
Control
Add
DataBindings
Dispose
Upvotes: 3
Views: 187
Reputation: 5968
No, you don't have to.
Upvotes: 2