[archived content]

msgBox function

public DialogResult msgBox(char[] txt)
public DialogResult msgBox(IWindow owner, char[] txt)
public DialogResult msgBox(char[] txt, char[] caption)
public DialogResult msgBox(IWindow owner, char[] txt, char[] caption)
public DialogResult msgBox(char[] txt, char[] caption, MsgBoxButtons buttons)
public DialogResult msgBox(IWindow owner, char[] txt, char[] caption, MsgBoxButtons buttons)
public DialogResult msgBox(char[] txt, char[] caption, MsgBoxButtons buttons, MsgBoxIcon icon)
public DialogResult msgBox(IWindow owner, char[] txt, char[] caption, MsgBoxButtons buttons, MsgBoxIcon icon)
public DialogResult msgBox(char[] txt, char[] caption, MsgBoxButtons buttons, MsgBoxIcon icon, MsgBoxDefaultButton defaultButton)
public DialogResult msgBox(IWindow owner, char[] txt, char[] caption, MsgBoxButtons buttons, MsgBoxIcon icon, MsgBoxDefaultButton defaultButton)
public DialogResult msgBox(IWindow owner, char[] txt, char[] caption, MsgBoxButtons buttons, MsgBoxIcon icon, MsgBoxDefaultButton defaultButton, MsgBoxOptions options)

Describe Messagebox-msgBox here.

Page last modified on December 22, 2014, at 02:46 AM