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:
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:
MinimizeWindow
Minimizes the window by clicking the minimize icon.
Syntax:
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:
Last updated