 | UIFormShowErrorDialog 方法 (String, String, UIStyle, Boolean) |
Sweet 开发框架
错误信息提示框
命名空间:
SweetUI.Forms
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public void ShowErrorDialog(
string title,
string msg,
UIStyle style = UIStyle.Red,
bool showMask = true
)
Public Sub ShowErrorDialog (
title As String,
msg As String,
Optional style As UIStyle = UIStyle.Red,
Optional showMask As Boolean = true
)
member ShowErrorDialog :
title : string *
msg : string *
?style : UIStyle *
?showMask : bool
(* Defaults:
let _style = defaultArg style UIStyle.Red
let _showMask = defaultArg showMask true
*)
-> unit
参数
- title
- 类型:SystemString
标题 - msg
- 类型:SystemString
信息 - style (Optional)
- 类型:SweetUIUIStyle
主题 - showMask (Optional)
- 类型:SystemBoolean
显示遮罩层
参见