Overview
Specifies the state of a Window control.
Script Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public-read | MAXIMIZED | Integer | ![]() | 2 |
Indicates that the window is maximized. |
||
public-read | MINIMIZED | Integer | ![]() | 1 |
Indicates that the window is minimized. |
||
public-read | NORMAL | Integer | ![]() | 0 |
Indicated that the window is neither maximized nor minimized. |