点击或拖拽改变大小

DropdownAlert 类

下拉警告
继承层次

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public class DropdownAlert : MobileComponent

DropdownAlert 类型公开以下成员。

构造函数
  名称说明
公共方法DropdownAlert
初始化 DropdownAlert 类的一个新实例
Top
属性
  名称说明
公共属性CloseInterval
获取与设置alert显示时间(毫秒)
公共属性CustomColor
获取与设置custom模式下背景颜色
公共属性CustomImage
获取与设置custom模式下的图片
公共属性ErrorColor
获取与设置error模式下背景颜色
公共属性Form
获取组件所属窗体
(继承自 MobileComponent。)
公共属性InfoColor
获取与设置info模式下背景颜色
公共属性Message
获取与设置内容行文本内容
公共属性MessageNumOfLines
获取与设置内容行的行数
公共属性Name
获取或设置控件的名称。
(继承自 MobileComponent。)
公共属性Parent
获取控件的父控件MobileParentControl。
(继承自 MobileComponent。)
公共属性SuccessColor
获取与设置success模式下背景颜色
公共属性Title
获取与设置标题行文本内容
公共属性TitleNumOfLines
获取与设置标题栏的行数
公共属性Type
获取与设置显示alert的类型
公共属性WarnColor
获取与设置warn模式下背景颜色
Top
方法
  名称说明
公共方法Show
显示下拉警告框
Top
参见