MsgBox

Displays a message window which presents a message to the user.

Members

Static functions

show
DialogResult show(string title, string text, MsgBoxButtons button, MsgBoxIcons icon)

Shows a message box.

show
DialogResult show(string title, string text, MsgBoxButtons button)

Shows a message box.

show
DialogResult show(string title, string text, MsgBoxIcons icon)

Shows a message box with OK button.

show
DialogResult show(string title, string text)

Shows a message box with OK button.

Meta