Skip to main content
A newer version of this page is available. .

IWindowService Methods

Provides methods to display a view as a window and control it from the ViewModel.
Name Description
Activate() Brings the service’s window to the front and activates it.
Close() Closes the service window.
Hide() Hides the service’s window.
Restore() Restores the service’s window.
SetWindowState(WindowState) Sets the service’s window state.
Show(String, Object, Object, Object) Shows a window with specified View and ViewModel.
See Also