Platforms to show: All Mac Windows Linux Cross-Platform

Back to WinPhotoProgressDialogMBS class.

WinPhotoProgressDialogMBS.CheckboxCheck(Index as Integer = 0) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Photos MBS WinFrameworks Plugin 20.3 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Whether the checkbox is checked.

(Read and Write computed property)

WinPhotoProgressDialogMBS.CheckboxText(Index as Integer = 0) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Photos MBS WinFrameworks Plugin 20.3 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The text for the check box in the progress dialog box indicating whether to delete images after transfer.

Index: Integer containing the check box identifier (ID).
(Read and Write computed property)

WinPhotoProgressDialogMBS.CheckboxTooltip(Index as Integer = 0) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Photos MBS WinFrameworks Plugin 20.3 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The tooltip text for the check box in the progress dialog box.

Index: Integer containing the check box identifier (ID).
(Read and Write computed property)

WinPhotoProgressDialogMBS.CheckboxVisible(Index as Integer = 0) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Photos MBS WinFrameworks Plugin 20.3 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Whether the checkbox is visible.

(Read and Write computed property)

WinPhotoProgressDialogMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Photos MBS WinFrameworks Plugin 20.3 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The constructor.

WinPhotoProgressDialogMBS.Create(ParentWindow as DesktopWindow)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Photos MBS WinFrameworks Plugin 22.0 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Creates and displays a progress dialog box that can be shown during image enumeration and acquisition.

ParentWindow: The parent window.

The dialog box that is created is modal, and runs in its own thread.
To close the dialog, call Destroy.

See also:

WinPhotoProgressDialogMBS.Create(ParentWindow as Window)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Photos MBS WinFrameworks Plugin 20.3 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Creates and displays a progress dialog box that can be shown during image enumeration and acquisition.

ParentWindow: The parent window.

The dialog box that is created is modal, and runs in its own thread.
To close the dialog, call Destroy.

See also:

WinPhotoProgressDialogMBS.Create(ParentWindowHandle as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Photos MBS WinFrameworks Plugin 20.3 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Creates and displays a progress dialog box that can be shown during image enumeration and acquisition.

ParentWindowHandle: Handle of the parent window.

The dialog box that is created is modal, and runs in its own thread.
To close the dialog, call Destroy.

See also:

WinPhotoProgressDialogMBS.Destroy

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Photos MBS WinFrameworks Plugin 20.3 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Closes and disposes of the progress dialog box shown during image enumeration and acquisition.

Calling Destroy is the only way to close the progress dialog box. If Destroy is not called, the dialog box will remain open. The dialog box is not automatically closed when the operation in progress completes.

WinPhotoProgressDialogMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Photos MBS WinFrameworks Plugin 20.3 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The destructor.

WinPhotoProgressDialogMBS.IsCheckboxChecked(Index as Integer = 0) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Photos MBS WinFrameworks Plugin 20.3 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The check box in the progress dialog box (typically indicating whether to delete files after transfer) is selected.

Index: Integer value containing the check box identifier (ID).

The items on this page are in the following plugins: MBS WinFrameworks Plugin.


The biggest plugin in space...