Window Methods

CloseWindow

Closes the window by clicking the close icon. Does not handle any dialogs (e.g. save request) that might pop up.

Syntax:

public void CloseWindow()

MaximizeWindow

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.

Syntax:

public void MaximizeWindow()

MinimizeWindow

Minimizes the window by clicking the minimize icon.

Syntax:

public void MinimizeWindow()

RestoreWindow

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.

Syntax:

public void RestoreWindow()

Last updated