I am a new of VB WPF
Now I have a NavigetionWindow and set a page to be source,
in the page I place a button and I would like to close the whole application by pressing it,
how can I do it?
I am a new of VB WPF
Now I have a NavigetionWindow and set a page to be source,
in the page I place a button and I would like to close the whole application by pressing it,
how can I do it?
Application.Shutdown() (これは C# です) を呼び出すことができます。この呼び出しには制限があるため、これらの制限については、以下の MSDN リンクを参照してください。 http://msdn.microsoft.com/en-us/library/system.windows.application.aspx