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 iconMessageBoxIcon.Information
MessageBoxIcon.Question
MessageBoxIcon.Asterisk
MessageBoxIcon.Exclamation
MessageBoxIcon.Error
Last updated
Was this helpful?