AD
Administrator
Syncfusion Team
November 26, 2007 11:47 AM UTC
Hi Michael,
Thank you for your interest in Syncfusion products.
Safely releasing Overview Diagram Reference in MDI Application
You can safely release the Overview diagram reference in MDI application using the method DetachDiagram of OverView control in FormClosing event. The following code snippet illustrates this.
[C#]
this.overviewControl1.DetachDiagram();
MainForm.DetachModel( ChildForm.Diagram.Model );
Please refer the shipped DiagramBuilder sample that itself is a MDI application that accomplishes the above said feature.
Please let me know if this helps you.
Regards,
Jaya