ICurrentWindowService Methods
Provides methods to work with a window.| 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