S
Sean J Donovan
Forgive me, this has probably been in here before.
In a Dispose(..) method, within the IF statement, try testing the
Control.Disposing property. It's always FALSE.
It's quite an irritation.
I would've expected that as soon as Dispose() is called on a Control
instance that it would internally set this to TRUE.
Anyone else noticed this?
Anyone reported it?
Have I missed anything obvious?
Sean
In a Dispose(..) method, within the IF statement, try testing the
Control.Disposing property. It's always FALSE.
It's quite an irritation.
I would've expected that as soon as Dispose() is called on a Control
instance that it would internally set this to TRUE.
Anyone else noticed this?
Anyone reported it?
Have I missed anything obvious?
Sean