Platforms to show: All Mac Windows Linux Cross-Platform

Back to TaskDialogMBS class.

TaskDialogMBS.kCommonButtonCancel = 8

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the common button constants.

The task dialog contains the push button: Cancel. If this button is specified, the task dialog will respond to typical cancel actions (Alt-F4 and Escape).

TaskDialogMBS.kCommonButtonClose = 32

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the common button constants.

The task dialog contains the push button: Close.

TaskDialogMBS.kCommonButtonNo = 4

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the common button constants.

The task dialog contains the push button: No.

TaskDialogMBS.kCommonButtonOK = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the common button constants.
Example
dim td as new TaskDialogMBS

td.CommonButtons = td.kCommonButtonOK
td.Content = "Hello World"

'td.VerificationChecked = true
td.VerificationText = "Don't show again"

call td.ShowDialog

if td.VerificationChecked then
MsgBox "and we will not show again"
end if

The task dialog contains the push button: OK.

TaskDialogMBS.kCommonButtonRetry = 16

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the common button constants.

The task dialog contains the push button: Retry.

TaskDialogMBS.kCommonButtonYes = 2

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the common button constants.

The task dialog contains the push button: Yes.

TaskDialogMBS.kIconApplication = 5

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the icon constants.

An application icon appears in the task dialog.

TaskDialogMBS.kIconError = 2

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the icon constants.

A stop-sign icon appears in the task dialog.

TaskDialogMBS.kIconInformation = 3

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the icon constants.

An icon consisting of a lowercase letter i in a circle appears in the task dialog.

TaskDialogMBS.kIconNone = 0

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the icon constants.

No icon.

TaskDialogMBS.kIconShield = 4

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the icon constants.

A shield icon appears in the task dialog.

TaskDialogMBS.kIconWarning = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the icon constants.

An exclamation-point icon appears in the task dialog.

TaskDialogMBS.kIDAbort = 3

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the standard button IDs.

Abort button

TaskDialogMBS.kIDCancel = 2

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the standard button IDs.

Cancel button

TaskDialogMBS.kIDIgnore = 5

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the standard button IDs.

Ignore button

TaskDialogMBS.kIDNo = 7

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the standard button IDs.

No button

TaskDialogMBS.kIDOK = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the standard button IDs.

OK Button

TaskDialogMBS.kIDRetry = 4

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the standard button IDs.

Retry Button

TaskDialogMBS.kIDYes = 6

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the standard button IDs.

Yes Button

TaskDialogMBS.kProgressbarError = 3

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the progressbar states.

Error state.

TaskDialogMBS.kProgressbarMarquee = 8

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the progressbar states.

Marquee state

TaskDialogMBS.kProgressbarNone = 0

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the progressbar states.

No progress bar.

TaskDialogMBS.kProgressbarNormal = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the progressbar states.

Normal progressbar

TaskDialogMBS.kProgressbarPause = 2

Type Topic Plugin Version
const Windows MBS Win Plugin 16.2
One of the progressbar states.

Paused progress bar

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


💬 Ask a question or report a problem
The biggest plugin in space...