Maximize window instance

Command group Flag affected Reversible Execute on client Platform(s)
Windows NO NO NO All

Syntax

Maximize window instance window-instance-name

Description

Maximizes the specified window instance.

Example

# Maximize the window wMyWindow to full screen
Maximize window instance wMyWindow
# Alternatively, you can do it like this
Do $cwind.$maximize()
# Or like this
Do $iwindows.wTest.$bringtofront(kTrue## if kTrue, the window instance is brought to the front restoring position including maximize state