Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Screen.DockHeight
Queries dock height.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Screenshot | 8.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "Screen.DockHeight" )
Parameters
none
Result
Returns number or error.
Description
Queries dock height.The plugin checks screen height compared to usable screen height, which gives the dock height on the main screen.
Examples
Query dock size:
Show Custom Dialog [ "Dock Size" ; MBS( "Screen.DockWidth" ) & " x " & MBS( "Screen.DockHeight" ) ]
See also
Release notes
- Version 8.3
- Added Screen.DockWidth and Screen.DockHeight functions.
Blog Entries
This function checks for a license.
Created 12nd July 2018, last changed 20th November 2020