I am creating a .NET User Control. Do I need to implement the IDisposable
interface for my User Control?
Control
already implements IDisposable
You only need to override the implementation if you need to dispose some unmanaged resources.
So the simple answer: no, probably not.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With