winShell.minimizeAll
| Syntax |
winShell.minimizeAll
|
| Params |
None required.
|
| Action |
Minimizes all windows.
|
| Returns |
True.
|
| Examples |
winShell.minimizeAll () » true
|
| Notes |
There is no animation -- the windows are all just minimized. This verb is Windows-specific; it's implement by a VBScript script. This verb requires that the Microsoft Script Control and Windows Scripting Host are installed. This verb is new in Frontier 6.0.
|