MDI Parent WinForms c#

Close All Mdi Child forms in Mdi Parent C#

foreach (System.Windows.Forms.Form form1 in this.MdiChildren)
{
form1.Close();
}

About ranjith
Software Engineer...

Leave a comment