| 20% Command group | 20% Flag affected | 20% Reversible | 20% Execute on client | 20% Platform(s) |
|---|---|---|---|---|
| Windows | NO | NO | NO | All |
Maximize window instance window-instance-name
Maximizes the specified window instance.
# 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