Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Overlay.SetFrame

Sets the size and position of the overlay.

Component Version macOS Windows Linux Server iOS SDK
Overlay 14.1 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Overlay.SetFrame"; OverlayRef; X; Y; Width; Height )   More

Parameters

Parameter Description Example
OverlayRef The overlay window reference number. $overlay
X The x coordinate in points. 200
Y The y coordiate in points. 200
Width The new width of the window in points. 300
Height The new height of the window in points. 200

Result

Returns OK or error.

Description

Sets the size and position of the overlay.

See also

Example Databases

Blog Entries

Created 22nd January 2024, last changed 24th January 2024


Overlay.SetFocus - Overlay.SetFrameWithControl