Recent Changes Printable View Page History Edit Page

module dfl.messagebox;
public DialogResult msgBox(IWindow owner,char[] txt,char[] caption,MsgBoxButtons buttons,MsgBoxIcon icon,MsgBoxDefaultButton defaultButton,MsgBoxOptions options);
public DialogResult msgBox(IWindow owner,char[] txt,char[] caption,MsgBoxButtons buttons,MsgBoxIcon icon,MsgBoxDefaultButton defaultButton);
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 enum MsgBoxButtons;
public enum MsgBoxDefaultButton;
public enum MsgBoxIcon;
public enum MsgBoxOptions;

Page last modified on May 18, 2005, at 02:51 PM