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

Window.IsKeyboardVisible

Checks whether keyboard viewer is visible.

Component Version macOS Windows Linux Server iOS SDK
Window 13.2 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Window.IsKeyboardVisible" )

Parameters

none

Result

Returns 1, 0 or error.

Description

Checks whether keyboard viewer is visible.
Returns 1 if keyboard viewer is visible.

Examples

Hide keyboard if visible:

If [ MBS( "Window.IsKeyboardVisible" ) = 1 ]
    Set Variable [ $r ; Value: MBS( "Window.HideKeyboard" ) ]
End If

See also

Release notes

Blog Entries

This function checks for a license.

Created 3th May 2023, last changed 7th May 2023


Window.IsFullScreenPrimary - Window.IsMaximized