dfl.messagebox

Members

Enums

MsgBoxButtons
enum MsgBoxButtons
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