Question

I want to be able to close a Silverlight window when running out of browser. I know it is possible to do this in the browser.

Was it helpful?

Solution

Application.Current.MainWindow.Close();
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top