ICurrentWindowService Members
Provides methods to work with a window.Properties
| Name | Description |
|---|---|
| WindowState | Gets or sets the specified state for the window associated with the ICurrentWindowService. |
Methods
| Name | Description |
|---|---|
| Activate() | Activates the window associated with the ICurrentWindowService. |
| Close() | Closes the window associated with the ICurrentWindowService. |
| Hide() | Hides the window associated with the ICurrentWindowService. |
| Show() | Shows the window associated with the ICurrentWindowService. |
See Also