Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Title of the messagebox

sText (String)

Text in the messagebox

sButtons (String)

Specifies button-type. Valid values: 'OK', 'YESNO', 'YESNOCANCEL', 'ABORTRETRYIGNORE', 'OKCANCEL' and 'RETRYCANCEL'

sDefault (String)

Specifies the default button in messagebox. Valid values:  'ONE', 'TWO' or 'THREE'

sIconStyle (String)

Used Icon-style in messagebox. Valid values: 'STOP', 'QUESTION', 'EXCLAMATION', 'INFORMATION'

bASync (Boolean)

Specifies if the messagebox displays asynchronously(True) or waits for the user to respond(False)

...