Window Methods
Closes the window by clicking the close icon. Does not handle any dialogs (e.g. save request) that might pop up.
public void CloseWindow()
Maximizes the window by clicking the maximize icon. Redefines the ScreenSelect after maximizing.
If maximize icon is not shown, method assumes the window is already maximized and doesn't do anything.
public void MaximizeWindow()
Minimizes the window by clicking the minimize icon.
public void MinimizeWindow()
Restores the window by clicking the restore icon. Redefines the ScreenSelect after restoring.
If restore icon is not shown, method assumes the window is already restored and doesn't do anything.
public void RestoreWindow()
Last modified 4yr ago