Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Window.IsMinimized
Queries window minimize state.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Window | 9.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Window.IsMinimized"; 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 1, 0 or error.
Description
Queries window minimize state.See Window.Maximize and Window.Minimize.
Returns 1 if window is minimized or 0 if not.
See also
- Window.FindByIndex
- Window.FindByTitle
- Window.IsMaximized
- Window.IsModified
- Window.Maximize
- Window.Minimize
Release notes
- Version 9.0
- Added Window.IsMaximized and Window.IsMinimized.
Blog Entries
This function is free to use.
Created 11st December 2018, last changed 8th August 2021