Core Function WinMinimizeAll
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> WinMinimizeAll ( ) </pre> === Description === Minimizes all windows. === Parameters === None === Return Value === None. === Remarks === SendKeys("#m") is a possible...")
Newer edit →
(Created page with "<pre> WinMinimizeAll ( ) </pre> === Description === Minimizes all windows. === Parameters === None === Return Value === None. === Remarks === SendKeys("#m") is a possible...")
Newer edit →
Revision as of 14:04, 3 December 2011
WinMinimizeAll ( )
Contents |
Description
Minimizes all windows.
Parameters
None
Return Value
None.
Remarks
SendKeys("#m") is a possible alternative.
Example
WinMinimizeAll(); Sleep(3000); WinMinimizeAllUndo();