IWindowService Members
In This Article
#Properties
Name | Description |
---|---|
Is |
Gets whether the service’s window is created and alive. |
Title | Gets or sets the service window’s title. |
Window |
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 |
Shows a window with specified View and View |
See Also