 | UIMessageDialog 类 |
Sweet 开发框架
窗体帮助类
继承层次
命名空间:
SweetUI.Forms
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static class UIMessageDialog
<ExtensionAttribute>
Public NotInheritable Class UIMessageDialog
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type UIMessageDialog = class end
方法
| 名称 | 说明 |
---|
  | ShowAskDialog(Form, String, UIStyle) |
确认信息提示框
|
  | ShowAskDialog(Form, String, String, UIStyle) |
确认信息提示框
|
  | ShowErrorDialog(Form, String, UIStyle) |
错误信息提示框
|
  | ShowErrorDialog(Form, String, String, UIStyle) |
错误信息提示框
|
  | ShowInfoDialog(Form, String, UIStyle) |
信息提示框
|
  | ShowInfoDialog(Form, String, String, UIStyle) |
信息提示框
|
  | ShowMessageDialog(Form, String, String, Boolean, UIStyle) | |
  | ShowMessageDialog(String, String, Boolean, UIStyle, Boolean, Boolean) |
确认信息提示框
|
  | ShowSuccessDialog(Form, String, UIStyle) |
正确信息提示框
|
  | ShowSuccessDialog(Form, String, String, UIStyle) |
正确信息提示框
|
  | ShowWarningDialog(Form, String, UIStyle) |
警告信息提示框
|
  | ShowWarningDialog(Form, String, String, UIStyle) |
警告信息提示框
|
Top
参见