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

Window.HasFormattingBar

Queries whether window has a formatting bar.

Component Version macOS Windows Linux Server iOS SDK
Window 14.3 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Window.HasFormattingBar"; 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 whether window has a formatting bar.
Works on macOS for all localizations.
Works on Windows for English, Dutch, French, German, Italian, Portuguese, Spanish, Sweden, but does not work for asian languages.

Returns 1 if formatting bar was found or 0 if not.

See also

Release notes

Blog Entries

This function checks for a license.

Created 28th June 2024, last changed 8th July 2024


Window.HasCloseButton - Window.HasMiniaturizeButton