参考手册

FineUI(开源版) 参考手册,包含所有控件的属性方法和事件的详细描述。

 全部  命名空间 函数 变量 枚举 枚举值 属性
Public 成员函数 | 静态 Public 成员函数 | 静态 Public 属性 | 属性 | 所有成员列表
FineUI.Alert类 参考

对话框帮助类 更多...

Public 成员函数

void Show ()
 显示对话框 更多...
 
string GetShowReference ()
 获取显示对话框的客户端脚本 更多...
 

静态 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, string okScript)
 显示对话框 更多...
 
static void Show (string message, string title, MessageBoxIcon icon)
 显示对话框 更多...
 
static void Show (string message, string title, MessageBoxIcon icon, string okScript)
 显示对话框 更多...
 
static void Show (string message, string title, MessageBoxIcon icon, string okScript, Target target)
 显示对话框 更多...
 
static void Show (string message, string title, MessageBoxIcon messageBoxIcon, string okScript, Target target, Icon icon, string iconUrl)
 显示对话框 更多...
 
static void ShowInParent (string message)
 在父页面中显示对话框 更多...
 
static void ShowInParent (string message, string title)
 在父页面中显示对话框 更多...
 
static void ShowInParent (string message, MessageBoxIcon icon)
 在父页面中显示对话框 更多...
 
static void ShowInParent (string message, string title, string okScript)
 在父页面中显示对话框 更多...
 
static void ShowInParent (string message, string title, MessageBoxIcon icon)
 在父页面中显示对话框 更多...
 
static void ShowInParent (string message, string title, MessageBoxIcon icon, string okScript)
 在父页面中显示对话框 更多...
 
static void ShowInTop (string message)
 在顶层窗口中显示对话框 更多...
 
static void ShowInTop (string message, string title)
 在顶层窗口中显示对话框 更多...
 
static void ShowInTop (string message, MessageBoxIcon icon)
 在顶层窗口中显示对话框 更多...
 
static void ShowInTop (string message, string title, string okScript)
 
static void ShowInTop (string message, string title, MessageBoxIcon icon)
 
static void ShowInTop (string message, string title, MessageBoxIcon icon, string okScript)
 在顶层窗口中显示对话框 更多...
 
static string GetShowReference (string message)
 获取显示对话框的客户端脚本 更多...
 
static string GetShowReference (string message, string title)
 获取显示对话框的客户端脚本 更多...
 
static string GetShowReference (string message, MessageBoxIcon icon)
 获取显示对话框的客户端脚本 更多...
 
static string GetShowReference (string message, string title, MessageBoxIcon icon)
 获取显示对话框的客户端脚本 更多...
 
static string GetShowReference (string message, string title, string okScript)
 获取显示对话框的客户端脚本 更多...
 
static string GetShowReference (string message, string title, MessageBoxIcon icon, string okScript)
 获取显示对话框的客户端脚本 更多...
 
static string GetShowReference (string message, string title, MessageBoxIcon icon, string okScript, Target target)
 获取显示对话框的客户端脚本 更多...
 
static string GetShowReference (string message, string title, MessageBoxIcon messageBoxIcon, string okScript, Target target, Icon icon, string iconUrl)
 获取显示对话框的客户端脚本 更多...
 
static string GetShowInParentReference (string message)
 获取在父页面中显示对话框的客户端脚本 更多...
 
static string GetShowInParentReference (string message, string title)
 获取在父页面中显示对话框的客户端脚本 更多...
 
static string GetShowInParentReference (string message, MessageBoxIcon icon)
 获取在父页面中显示对话框的客户端脚本 更多...
 
static string GetShowInParentReference (string message, string title, MessageBoxIcon icon)
 获取在父页面中显示对话框的客户端脚本 更多...
 
static string GetShowInParentReference (string message, string title, string okScript)
 获取在父页面中显示对话框的客户端脚本 更多...
 
static string GetShowInParentReference (string message, string title, MessageBoxIcon icon, string okScript)
 获取在父页面中显示对话框的客户端脚本 更多...
 
static string GetShowInTopReference (string message)
 获取在最上层页面中显示对话框的客户端脚本 更多...
 
static string GetShowInTopReference (string message, string title)
 获取在最上层页面中显示对话框的客户端脚本 更多...
 
static string GetShowInTopReference (string message, MessageBoxIcon icon)
 获取在最上层页面中显示对话框的客户端脚本 更多...
 
static string GetShowInTopReference (string message, string title, MessageBoxIcon icon)
 获取在最上层页面中显示对话框的客户端脚本 更多...
 
static string GetShowInTopReference (string message, string title, string okScript)
 获取在最上层页面中显示对话框的客户端脚本 更多...
 
static string GetShowInTopReference (string message, string title, MessageBoxIcon icon, string okScript)
 获取在最上层页面中显示对话框的客户端脚本 更多...
 

静态 Public 属性

static readonly MessageBoxIcon DefaultMessageBoxIcon = MessageBoxIcon.Information
 默认提示对话图标 更多...
 

属性

string Message [get, set]
 对话框消息正文 更多...
 
string Title [get, set]
 对话框标题 更多...
 
MessageBoxIcon MessageBoxIcon [get, set]
 对话框图标 更多...
 
string OkScript [get, set]
 点击确认按钮执行的JavaScript脚本 更多...
 
Target Target [get, set]
 对话框的目标位置 更多...
 
string IconUrl [get, set]
 自定义对话框图标地址 更多...
 
Icon Icon [get, set]
 自定义对话框图标 更多...
 

详细描述

对话框帮助类

成员函数说明

static string FineUI.Alert.GetShowInParentReference ( string  message)
static

获取在父页面中显示对话框的客户端脚本

参数
message对话框消息
返回
客户端脚本
static string FineUI.Alert.GetShowInParentReference ( string  message,
string  title 
)
static

获取在父页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
返回
客户端脚本
static string FineUI.Alert.GetShowInParentReference ( string  message,
MessageBoxIcon  icon 
)
static

获取在父页面中显示对话框的客户端脚本

参数
message对话框消息
icon自定义对话框图标
返回
客户端脚本
static string FineUI.Alert.GetShowInParentReference ( string  message,
string  title,
MessageBoxIcon  icon 
)
static

获取在父页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon自定义对话框图标
返回
客户端脚本
static string FineUI.Alert.GetShowInParentReference ( string  message,
string  title,
string  okScript 
)
static

获取在父页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
okScript点击确定按钮执行的客户端脚本
返回
客户端脚本
static string FineUI.Alert.GetShowInParentReference ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript 
)
static

获取在父页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon自定义对话框图标
okScript点击确定按钮执行的客户端脚本
返回
客户端脚本
static string FineUI.Alert.GetShowInTopReference ( string  message)
static

获取在最上层页面中显示对话框的客户端脚本

参数
message对话框消息
返回
客户端脚本
static string FineUI.Alert.GetShowInTopReference ( string  message,
string  title 
)
static

获取在最上层页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
返回
客户端脚本
static string FineUI.Alert.GetShowInTopReference ( string  message,
MessageBoxIcon  icon 
)
static

获取在最上层页面中显示对话框的客户端脚本

参数
message对话框消息
icon自定义对话框图标
返回
客户端脚本
static string FineUI.Alert.GetShowInTopReference ( string  message,
string  title,
MessageBoxIcon  icon 
)
static

获取在最上层页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon自定义对话框图标
返回
客户端脚本
static string FineUI.Alert.GetShowInTopReference ( string  message,
string  title,
string  okScript 
)
static

获取在最上层页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
okScript点击确定按钮执行的客户端脚本
返回
客户端脚本
static string FineUI.Alert.GetShowInTopReference ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript 
)
static

获取在最上层页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon自定义对话框图标
okScript点击确定按钮执行的客户端脚本
返回
客户端脚本
string FineUI.Alert.GetShowReference ( )

获取显示对话框的客户端脚本

返回
客户端脚本
static string FineUI.Alert.GetShowReference ( string  message)
static

获取显示对话框的客户端脚本

参数
message对话框消息
返回
客户端脚本
static string FineUI.Alert.GetShowReference ( string  message,
string  title 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
返回
客户端脚本
static string FineUI.Alert.GetShowReference ( string  message,
MessageBoxIcon  icon 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
icon自定义对话框图标
返回
客户端脚本
static string FineUI.Alert.GetShowReference ( string  message,
string  title,
MessageBoxIcon  icon 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon自定义对话框图标
返回
客户端脚本
static string FineUI.Alert.GetShowReference ( string  message,
string  title,
string  okScript 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
okScript点击确定按钮执行的客户端脚本
返回
客户端脚本
static string FineUI.Alert.GetShowReference ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon自定义对话框图标
okScript点击确定按钮执行的客户端脚本
返回
客户端脚本
static string FineUI.Alert.GetShowReference ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript,
Target  target 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon自定义对话框图标
okScript点击确定按钮执行的客户端脚本
target显示对话框的目标页面
返回
客户端脚本
static string FineUI.Alert.GetShowReference ( string  message,
string  title,
MessageBoxIcon  messageBoxIcon,
string  okScript,
Target  target,
Icon  icon,
string  iconUrl 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
messageBoxIcon
okScript点击确定按钮执行的客户端脚本
target显示对话框的目标页面
icon
iconUrl自定义对话框图标地址
返回
客户端脚本
void FineUI.Alert.Show ( )

显示对话框

static void FineUI.Alert.Show ( string  message)
static

显示对话框

参数
message消息正文
static void FineUI.Alert.Show ( string  message,
string  title 
)
static

显示对话框

参数
message消息正文
title标题
static void FineUI.Alert.Show ( string  message,
MessageBoxIcon  icon 
)
static

显示对话框

参数
message消息正文
icon图标
static void FineUI.Alert.Show ( string  message,
string  title,
string  okScript 
)
static

显示对话框

参数
message对话框消息
title对话框标题
okScript点击确定按钮执行的客户端脚本
static void FineUI.Alert.Show ( string  message,
string  title,
MessageBoxIcon  icon 
)
static

显示对话框

参数
message对话框消息
title对话框标题
icon自定义对话框图标
static void FineUI.Alert.Show ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript 
)
static

显示对话框

参数
message对话框消息
title对话框标题
icon自定义对话框图标
okScript点击确定按钮执行的客户端脚本
static void FineUI.Alert.Show ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript,
Target  target 
)
static

显示对话框

参数
message对话框消息
title对话框标题
icon自定义对话框图标
okScript点击确定按钮执行的客户端脚本
target显示对话框的目标页面
static void FineUI.Alert.Show ( string  message,
string  title,
MessageBoxIcon  messageBoxIcon,
string  okScript,
Target  target,
Icon  icon,
string  iconUrl 
)
static

显示对话框

参数
message对话框消息
title对话框标题
messageBoxIcon
okScript点击确定按钮执行的客户端脚本
target显示对话框的目标页面
icon自定义对话框图标
iconUrl自定义对话框图标地址
static void FineUI.Alert.ShowInParent ( string  message)
static

在父页面中显示对话框

参数
message消息正文
static void FineUI.Alert.ShowInParent ( string  message,
string  title 
)
static

在父页面中显示对话框

参数
message消息正文
title标题
static void FineUI.Alert.ShowInParent ( string  message,
MessageBoxIcon  icon 
)
static

在父页面中显示对话框

参数
message消息正文
icon图标
static void FineUI.Alert.ShowInParent ( string  message,
string  title,
string  okScript 
)
static

在父页面中显示对话框

参数
message对话框消息
title对话框标题
okScript点击确定按钮执行的客户端脚本
static void FineUI.Alert.ShowInParent ( string  message,
string  title,
MessageBoxIcon  icon 
)
static

在父页面中显示对话框

参数
message对话框消息
title对话框标题
icon自定义对话框图标
static void FineUI.Alert.ShowInParent ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript 
)
static

在父页面中显示对话框

参数
message对话框消息
title对话框标题
icon自定义对话框图标
okScript点击确定按钮执行的客户端脚本
static void FineUI.Alert.ShowInTop ( string  message)
static

在顶层窗口中显示对话框

参数
message消息正文
static void FineUI.Alert.ShowInTop ( string  message,
string  title 
)
static

在顶层窗口中显示对话框

参数
message消息正文
title对话框标题
static void FineUI.Alert.ShowInTop ( string  message,
MessageBoxIcon  icon 
)
static

在顶层窗口中显示对话框

参数
message消息正文
icon自定义对话框图标
static void FineUI.Alert.ShowInTop ( string  message,
string  title,
string  okScript 
)
static

参数
message消息正文
title对话框标题
okScript点击确定按钮执行的客户端脚本
static void FineUI.Alert.ShowInTop ( string  message,
string  title,
MessageBoxIcon  icon 
)
static

参数
message消息正文
title对话框标题
icon自定义对话框图标
static void FineUI.Alert.ShowInTop ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript 
)
static

在顶层窗口中显示对话框

参数
message对话框消息
title对话框标题
icon自定义对话框图标
okScript点击确定按钮执行的客户端脚本

类成员变量说明

readonly MessageBoxIcon FineUI.Alert.DefaultMessageBoxIcon = MessageBoxIcon.Information
static

默认提示对话图标

属性说明

Icon FineUI.Alert.Icon
getset

自定义对话框图标

string FineUI.Alert.IconUrl
getset

自定义对话框图标地址

string FineUI.Alert.Message
getset

对话框消息正文

MessageBoxIcon FineUI.Alert.MessageBoxIcon
getset

对话框图标

string FineUI.Alert.OkScript
getset

点击确认按钮执行的JavaScript脚本

Target FineUI.Alert.Target
getset

对话框的目标位置

string FineUI.Alert.Title
getset

对话框标题


该类的文档由以下文件生成: