WX5.UI.Dlg Class Reference
This class provides a number of prepared message boxes.
More...
List of all members.
Static Public Member Functions |
static void | Msg (string msg, string title, params object[] args) |
static void | Msg (string msg) |
static void | Info (string msg, string title, params object[] args) |
static void | Info (string msg) |
static void | Warn (string msg, string title, params object[] args) |
static void | Warn (string msg) |
static void | Error (string msg, string title, params object[] args) |
static void | Error (string msg) |
static DlgResult | AskYN (string msg, string title, params object[] args) |
static DlgResult | AskYN (string msg) |
static DlgResult | AskYNC (string msg, string title, params object[] args) |
static DlgResult | AskYNC (string msg) |
static DlgResult | AskOC (string msg, string title, params object[] args) |
static DlgResult | AskOC (string msg) |
static void | ExceptionInfo (Exception e, bool useStack, bool throwAgain) |
static void | ExceptionInfo (Exception e, bool useStack) |
static void | ExceptionInfo (Exception e) |
Detailed Description
This class provides a number of prepared message boxes.