BackgroundWindow

Integer, Integer, Integer, Integer, Integer

Not specified

Purpose

The BackgroundWindow parameter specifies the position and size of the JADE Monitor window.

The first and second integer values (indicating the x and y points) are the horizontal and vertical coordinates of the client MDI window in pixels, respectively, relative to the top left corner of the window. The third and fourth integer values (indicating the x2 and y2 points) are the width and height of the window in pixels, respectively.

The fifth integer value is the current window status, indicated by the Form::windowState property values listed in the following table.

Form Class Constant Value Description
WindowState_Normal 0 Normal (the default)
WindowState_Minimized 1 Shrunk to an icon (that is, minimized)
WindowState_Maximized 2 Enlarged to maximum size (that is, maximized)

There is an effective default value of 0, 0, 800, 600, 0 that applies if there is no entry for the BackgroundWindow parameter.

The values for the BackgroundWindow parameter are updated on closing the JADE Monitor.

Parameter is read when …

The JADE Monitor is next initialized; for example, when you log off from the utility and then log back on.