Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ValueDescription
MaximizeSizeAn @fm delimited array of the maximum size of a window.
ExistingMaximizeSizeAn @fm delimited array of the maximum size of a window, when Set_Property was run.

See Also

CLIENTSIZE propertySIZE propertyTRACKINGSIZE 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)