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