Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Screen.DockWidth
Queries dock width.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Screenshot | 8.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "Screen.DockWidth" )
Parameters
none
Result
Returns number or error.
Description
Queries dock width.The plugin checks screen width compared to usable screen width, which gives the dock width 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
