Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Overlay.SetMovableByWindowBackground
Sets whether the window can be moved with the mouse.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Overlay | 14.1 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Overlay.SetMovableByWindowBackground"; OverlayRef; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
OverlayRef | The overlay window reference number. | $overlay |
Value | Pass 1 to enable or 0 to disable. |
Result
Returns OK or error.
Description
Sets whether the window can be moved with the mouse.Examples
Sets window to be movable:
Set Variable [ $r ; Value: MBS("Overlay.SetMovableByWindowBackground"; $overlay; 1) ]
See also
Example Databases
Blog Entries
Created 22nd January 2024, last changed 24th January 2024