| 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
- Dialog.SetTop
- ProgressDialog.GetTopMost
- ProgressDialog.GetTopText
- ProgressDialog.SetBottomText
- ProgressDialog.SetCancel
- ProgressDialog.SetFont
- ProgressDialog.SetPosition
- ProgressDialog.SetProgress
- Progressdialog.SetScript
- ProgressDialog.SetTitle
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 25th November 2017