- 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)