Maximize Method (MoveableWin)

Class

MoveableWin.

Action

Maximizes the window.

Syntax

window.Maximize ( )

Notes

Maximize resizes the window to its full (maximized) size. If the window is already maximized, Maximize does nothing.

Example

TextEditor.Maximize ()
Print (TextEditor.GetState ()) // prints WS_MAXIMIZED
TextEditor.Restore ()
Print (TextEditor.GetState ()) // prints WS_NORMAL