Skip to main content
All docs
V26.1
  • IWindowService Members

    Provides methods to display a view as a window and control it from the ViewModel.

    Properties

    Name Description
    IsWindowAlive Gets whether the service’s window is created and alive.
    Title Gets or sets the service window’s title.
    WindowState Gets or sets a window state (restored, minimized, maximized).

    Methods

    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.
    Show(String, Object, Object, Object) Shows a window with specified View and ViewModel.
    See Also