Kinjal Sonachhatra

Kinjal Sonachhatra

  • NA
  • 101
  • 20.7k

Close Popup Windows using C# code

Jan 5 2019 3:38 AM
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)