Platforms to show: All Mac Windows Linux Cross-Platform

Back to TaskDialogMBS class.

TaskDialogMBS.ButtonClicked(ID as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No
Indicates that a button has been selected.

The command ID of the button is specified by ID.
To prevent the task dialog from closing, the application must return true, otherwise the task dialog is closed and the button ID is returned via the original application call.

TaskDialogMBS.Close

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No
Indicates that the Task Dialog has been destroyed.

TaskDialogMBS.Constructed

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No
Indicates that the Task Dialog has been created but has not been displayed yet.

You can adjust here if you need.

Some examples using this event:

TaskDialogMBS.ExpandButtonClicked(Expanded as Boolean)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No
Indicates that the expand button has been selected.

Some examples using this event:

TaskDialogMBS.Help

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No
Indicates that the F1 key has been pressed while the Task Dialog has focus.

TaskDialogMBS.HyperlinkClicked(link as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No
Indicates that a hyperlink has been selected.

Some examples using this event:

TaskDialogMBS.Navigated

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No
Indicates that navigation has occurred.

Some examples using this event:

TaskDialogMBS.Open

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No
Indicates that the Task Dialog has been created.

TaskDialogMBS.RadioButtonClicked(ID as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No
Indicates that a radio button has been selected.

The command ID of the radio button is specified by ID.

Some examples using this event:

TaskDialogMBS.Timer(Time as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No
Indicates that the Task Dialog timer has fired.

The total elapsed time is specified by Time. You can update the progress bar by setting ProgressbarValue.

This is called regularly so you can do background work.
(or check time and dismiss dialog automatically)

TaskDialogMBS.VerificationClicked(Checked as Boolean)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Windows MBS Win Plugin 16.2 ❌ No ✅ Yes ❌ No ❌ No
Indicates that the Task Dialog verification check box has been selected.

Some examples using this event:

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


The biggest plugin in space...