确认对话框帮助类(静态类) 更多...
静态 Public 成员函数 | |
static void | Show (string message) |
显示消息框 更多... | |
static void | Show (string message, string title) |
显示消息框 更多... | |
static void | Show (string message, MessageBoxIcon icon) |
显示消息框 更多... | |
static void | Show (string message, string title, MessageBoxIcon icon) |
显示消息框 更多... | |
static string | GetShowReference (string message, string title, MessageBoxIcon icon) |
获取显示确认对话框的客户端脚本 更多... | |
static string | GetShowReference (string message, string title, MessageBoxIcon icon, string okScriptstring, string cancelScript) |
获取显示确认对话框的客户端脚本 更多... | |
static string | GetShowReference (string message, string title, MessageBoxIcon icon, string okScript, string cancelScript, Target target) |
获取显示确认对话框的客户端脚本 更多... | |
静态 Public 属性 | |
static MessageBoxIcon | DefaultIcon = MessageBoxIcon.Question |
确认对话框默认图标 更多... | |
确认对话框帮助类(静态类)
|
static |
获取显示确认对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
icon | 对话框图标 |
|
static |
获取显示确认对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
icon | 对话框图标 |
okScriptstring | 点击确定按钮执行的客户端脚本 |
cancelScript | 点击取消按钮执行的客户端脚本 |
|
static |
获取显示确认对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
icon | 对话框图标 |
okScript | 点击确定按钮执行的客户端脚本 |
cancelScript | 点击取消按钮执行的客户端脚本 |
target | 弹出对话框的目标页面 |
|
static |
显示消息框
message |
|
static |
显示消息框
message | |
title |
|
static |
显示消息框
message | |
icon |
|
static |
显示消息框
message | |
title | |
icon |
|
static |
确认对话框默认图标