messagebox

Interact with our messagebox wrapper for easy usage in JS

Show

Show a simple Message box with an icon with no buttons

messagebox.show(string: message, string: name, int: icon = 0) // default icon int is 0 and no icon
  1. MessageBoxIcon.Information

  2. MessageBoxIcon.Question

  3. MessageBoxIcon.Asterisk

  4. MessageBoxIcon.Exclamation

  5. MessageBoxIcon.Error

Last updated

Was this helpful?