| ZennoLab.Emulation Assembly > ZennoLab.Emulation Namespace > Emulator Class : MinimizeWindow Method |
Type: System.String
The header of the window.
Type: System.Boolean
true if need to show the window on top of all; otherwise, false. Default value is false.
Type: System.String
The header of the window.
Type: System.Boolean
true if need to show the window on top of all; otherwise, false. Default value is false.
Type: System.String
The answer with information about the success of the current command's execution. If current command was successful then this answer is "ok"; otherwise message describing the error.
For using of this method not required the call ActivateWindow method.
// minimize the window string result = Emulator.MinimizeWindow("TestForm"); // check the result if (result == "ok" && !Emulator.ErrorDetected) return "Window was minimize"; else return "Fail";
// minimize the window $result = ZennoLab\Emulation\Emulator::MinimizeWindow("TestForm"); // check the result if ($result == "ok" && !ZennoLab\Emulation\Emulator::ErrorDetected) return "Window was minimize"; else return "Fail";
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven