Platforms to show: All Mac Windows Linux Cross-Platform
WinPhotoProgressDialogMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows Photos | MBS WinFrameworks Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes: The dialog box is modal and runs in its own thread.
- 15 properties
- property ActionLinkCallback as WinPhotoProgressActionCallbackMBS
- property ActionLinkText as String
- property Caption as String
- property Handle as Integer
- property IsCancelled as Boolean
- property PercentComplete as Integer
- property Picture as Picture
- property ProgressText as String
- property ShowsActionLink as Boolean
- property Title as String
- property WindowHandle as Integer
- property CheckboxCheck(Index as Integer = 0) as Boolean
- property CheckboxText(Index as Integer = 0) as String
- property CheckboxTooltip(Index as Integer = 0) as String
- property CheckboxVisible(Index as Integer = 0) as Boolean
- 7 methods
- method Constructor
- method Create(ParentWindow as DesktopWindow)
- method Create(ParentWindow as Window)
- method Create(ParentWindowHandle as Integer)
- method Destroy
- method Destructor
- method IsCheckboxChecked(Index as Integer = 0) as Boolean
- 2 constants
- const ProgressDialogCheckboxIDDefault = 0
- const ProgressIndeterminate = -1
This class has no sub classes.
Blog Entries
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WinPhotoProgressActionCallbackMBS - WinPointerEventsMBS
