MoveableWin.
Maximizes the window.
window.Maximize ( )
Maximize resizes the window to its full (maximized) size. If the window is already maximized, Maximize does nothing.
TextEditor.Maximize () Print (TextEditor.GetState ()) // prints WS_MAXIMIZED TextEditor.Restore () Print (TextEditor.GetState ()) // prints WS_NORMAL