dfl.messagebox

Members

Aliases

MessageBoxButtons
deprecated alias MessageBoxButtons = MsgBoxButtons
Undocumented in source.
MessageBoxDefaultButton
deprecated alias MessageBoxDefaultButton = MsgBoxDefaultButton
Undocumented in source.
MessageBoxIcon
deprecated alias MessageBoxIcon = MsgBoxIcon
Undocumented in source.
MessageBoxOptions
deprecated alias MessageBoxOptions = MsgBoxOptions
Undocumented in source.
messageBox
deprecated alias messageBox = msgBox
Undocumented in source.

Classes

MessageBox
deprecated class MessageBox
Undocumented in source.

Enums

MsgBoxButtons
enum MsgBoxButtons
MsgBoxDefaultButton
enum MsgBoxDefaultButton
Undocumented in source.
MsgBoxIcon
enum MsgBoxIcon
MsgBoxOptions
enum MsgBoxOptions

Functions

msgBox
DialogResult msgBox(Dstring txt)
DialogResult msgBox(IWindow owner, Dstring txt)
DialogResult msgBox(Dstring txt, Dstring caption)
DialogResult msgBox(IWindow owner, Dstring txt, Dstring caption)
DialogResult msgBox(Dstring txt, Dstring caption, MsgBoxButtons buttons)
DialogResult msgBox(IWindow owner, Dstring txt, Dstring caption, MsgBoxButtons buttons)
DialogResult msgBox(Dstring txt, Dstring caption, MsgBoxButtons buttons, MsgBoxIcon icon)
DialogResult msgBox(IWindow owner, Dstring txt, Dstring caption, MsgBoxButtons buttons, MsgBoxIcon icon)
DialogResult msgBox(Dstring txt, Dstring caption, MsgBoxButtons buttons, MsgBoxIcon icon, MsgBoxDefaultButton defaultButton)
DialogResult msgBox(IWindow owner, Dstring txt, Dstring caption, MsgBoxButtons buttons, MsgBoxIcon icon, MsgBoxDefaultButton defaultButton)
DialogResult msgBox(IWindow owner, Dstring txt, Dstring caption, MsgBoxButtons buttons, MsgBoxIcon icon, MsgBoxDefaultButton defaultButton, MsgBoxOptions options)

Meta