3
Answers

Close Popup Windows using C# code

Hello everyone,
I have Opened or Popup the Windows with the help of
 
var form = new PopUpForm();
form.Show(this); // if you need non-modal window
 
this code.
 
Now I wanna close this popup with the help of C# Code.
If you have any idea then please share that code.
Thanks  
 
 
Answers (3)