I load an embedded resource which is an image and that image is used is in an UltraTreeNode. When the form that contains the UltraTree that contains the UltraTreeNode that uses the image is closed does the UltraTreeNode dispose of the image properly or do I have to write code to dispose of the image?
Hello sfrierdi,
I believe that when the form is disposed the image used by the 'WinTree' control is being disposed as well so you should not have any leaks.
Please do not hesitate to ask if something comes up.
Hello,
I am just checking about the progress of this issue. Please let me know If you need my further assistance on this.