ResizeWorkingPaneEx Method (SapWindow)

Class

SapWindow.

Action

The ResizeWorkingPaneEx function will resize the window so that the available working area has the given width and height in pixels.

Syntax

window.ResizeWorkingPaneEx(width, height, throwOnFail)
Variable Description
width The new width of the working pane. Integer.
height The new height of the working pane. Integer.
throwOnFail Whether an exception should be thrown in case of an failure. Boolean.