*FULLSCR (GETMODE)


PLBCMP GUI Only

*FULLSCR={value}

 

The *FULLSCR control reports the state of the full screen mode.

 

The {value} returned is one of the following:

 

Value

The window mode is ...

0

OFF (default).

1

ON.

2

MAX.

3

MIN.

4

ABSOFF

99

undefined (PLBCON).

 

The ON mode enables the full screen mode, allowing a program window to cover the full screen when an operator selects the window maximize control. The current background color specified with *BGCOLOR is used when the screen is expanded. The *FULLSCR control does not change the current window size.

 

The OFF mode disables the maximize control. This is the default mode.

 

The MAX mode maximizes the window under program control. The operator cannot shrink the window.

 

The MIN mode returns the window to the default size under program control.

 

The ABSOFF mode disables the maximize box button for the main window. Executing any of the other FULLSCR modes enables the maximize box button.

 

{value} is a previously defined Numeric Variable that contains the current state of the full screen mode.

 

 

See Also: List Controls (GETMODE), GETMODE

 



PL/B Language Reference *FORMLOADMASK (GETMODE) *GRAYSCALE (GETMODE)