FineUIPro 11.6
企业级 ASP.NET UI 控件库
载入中...
搜索中...
未找到
FineUIPro.Notify类 参考

提示对话框帮助类 更多...

Public 成员函数

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

静态 Public 属性

static MessageBoxIcon DefaultMessageBoxIcon = MessageBoxIcon.Information
 对话框默认图标
 

属性

string CssClass [get, set]
 样式类名
 
string Message [get, set]
 对话框消息正文
 
string Title [get, set]
 对话框标题
 
Target Target [get, set]
 对话框的目标位置
 
MessageBoxIcon MessageBoxIcon [get, set]
 对话框图标
 
string IconUrl [get, set]
 自定义对话框图标地址
 
Icon Icon [get, set]
 自定义对话框图标
 
IconFont IconFont [get, set]
 预定义图标字体
 
string IconFontClass [get, set]
 自定义图标字体的样式类
 
Unit Width [get, set]
 对话框的宽度
 
bool EnableDrag [get, set]
 是否可以移动
 
bool EnableClose [get, set]
 是否可以关闭
 
bool IsModal [get, set]
 是否模式窗口
 
bool HideOnMaskClick [get, set]
 点击遮罩层时是否隐藏窗体
 
bool ShowHeader [get, set]
 是否显示标题栏
 
int DisplayMilliseconds [get, set]
 显示的毫秒数(0:不自动消失)
 
Position PositionX [get, set]
 横向的显示位置
 
Position PositionY [get, set]
 纵向的显示位置
 
string BodyPadding [get, set]
 内容区域的内边距
 
TextAlign MessageAlign [get, set]
 消息正文的排列位置
 
bool ShowLoading [get, set]
 显示正在加载图标
 
Unit MinWidth [get, set]
 对话框的最小宽度
 
Unit MaxWidth [get, set]
 对话框的最大宽度
 
string ID [get, set]
 对话框ID
 
string HideScript [get, set]
 隐藏通知框时执行的脚本(用户关闭或者自行消失时都会触发)
 
TextAlign TitleAlign [get, set]
 标题文本的排列位置
 

详细描述

提示对话框帮助类

成员函数说明

◆ GetShowReference()

string FineUIPro.Notify.GetShowReference ( )

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

返回
客户端脚本

◆ Show()

void FineUIPro.Notify.Show ( )

显示对话框

类成员变量说明

◆ DefaultMessageBoxIcon

MessageBoxIcon FineUIPro.Notify.DefaultMessageBoxIcon = MessageBoxIcon.Information
static

对话框默认图标

属性说明

◆ BodyPadding

string FineUIPro.Notify.BodyPadding
getset

内容区域的内边距

◆ CssClass

string FineUIPro.Notify.CssClass
getset

样式类名

◆ DisplayMilliseconds

int FineUIPro.Notify.DisplayMilliseconds
getset

显示的毫秒数(0:不自动消失)

◆ EnableClose

bool FineUIPro.Notify.EnableClose
getset

是否可以关闭

◆ EnableDrag

bool FineUIPro.Notify.EnableDrag
getset

是否可以移动

◆ HideOnMaskClick

bool FineUIPro.Notify.HideOnMaskClick
getset

点击遮罩层时是否隐藏窗体

◆ HideScript

string FineUIPro.Notify.HideScript
getset

隐藏通知框时执行的脚本(用户关闭或者自行消失时都会触发)

◆ Icon

Icon FineUIPro.Notify.Icon
getset

自定义对话框图标

◆ IconFont

IconFont FineUIPro.Notify.IconFont
getset

预定义图标字体

◆ IconFontClass

string FineUIPro.Notify.IconFontClass
getset

自定义图标字体的样式类

◆ IconUrl

string FineUIPro.Notify.IconUrl
getset

自定义对话框图标地址

◆ ID

string FineUIPro.Notify.ID
getset

对话框ID

◆ IsModal

bool FineUIPro.Notify.IsModal
getset

是否模式窗口

◆ MaxWidth

Unit FineUIPro.Notify.MaxWidth
getset

对话框的最大宽度

◆ Message

string FineUIPro.Notify.Message
getset

对话框消息正文

◆ MessageAlign

TextAlign FineUIPro.Notify.MessageAlign
getset

消息正文的排列位置

◆ MessageBoxIcon

MessageBoxIcon FineUIPro.Notify.MessageBoxIcon
getset

对话框图标

◆ MinWidth

Unit FineUIPro.Notify.MinWidth
getset

对话框的最小宽度

◆ PositionX

Position FineUIPro.Notify.PositionX
getset

横向的显示位置

◆ PositionY

Position FineUIPro.Notify.PositionY
getset

纵向的显示位置

◆ ShowHeader

bool FineUIPro.Notify.ShowHeader
getset

是否显示标题栏

◆ ShowLoading

bool FineUIPro.Notify.ShowLoading
getset

显示正在加载图标

◆ Target

Target FineUIPro.Notify.Target
getset

对话框的目标位置

◆ Title

string FineUIPro.Notify.Title
getset

对话框标题

◆ TitleAlign

TextAlign FineUIPro.Notify.TitleAlign
getset

标题文本的排列位置

◆ Width

Unit FineUIPro.Notify.Width
getset

对话框的宽度


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