Is it possible to dispose of a unmanaged user control - say - after a tab is closed?
We set a Document Panel from Dev Express and the .Content property to:
- TestControl = Activator.CreateInstance(matchingControlName, new Object[] { stringParam }) as UserControl;
Piyush PansuriyaPosted Apr 4, 2019, 12:51 AM