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

ProgressDialog.SetTopMost

Sets whether dialog is top most.

Component Version macOS Windows Linux Server iOS SDK
ProgressDialog 2.6 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "ProgressDialog.SetTopMost"; value )   More

Parameters

Parameter Description Example
value The new topmost state. 1

Result

Returns "OK" or error message.

Description

Sets whether dialog is top most.
Default is to have topmost enabled.
Top most means that dialog floats over other windows.

Examples

Enable top most:

MBS( "ProgressDialog.SetTopMost"; 1 )

Disable top most:

MBS( "ProgressDialog.SetTopMost"; 0 )

See also

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 25th November 2017


ProgressDialog.SetTitleIcon - ProgressDialog.SetTopText