Page History
...
Value | Description |
---|---|
MaximizeSize | An @fm delimited array of the maximum size of a window. |
ExistingMaximizeSize | An @fm delimited array of the maximum size of a window, when Set_Property was run. |
See Also
CLIENTSIZE property, SIZE property, TRACKINGSIZE property
Example
Code Block |
---|
* This snippet of code will retrieve the current size of the window and set the MAXIMIZE size to the retrieved value. CurSize = Get_Property(@Window, "SIZE") maxSize = Set_Property(@Window,"MAXIMIZESIZE",CurSize) |