Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Window.Minimize
Minimizes window.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Window | 6.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Window.Minimize"; WindowRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
WindowRef | Window Reference is the unique OS level window ID. You can obtain this by using the Window.FindByTitle or Window.FindByIndex functions. Pass zero to access the frontmost window. | 0 |
Result
Returns OK or error.
Description
Minimizes window.On Mac the window is moved to the dock.
On Windows it goes to the task bar.
Examples
Minimize front window:
MBS( "Window.Minimize"; 0)
See also
Blog Entries
This function checks for a license.
Created 22nd January 2016, last changed 22nd January 2016