 | UIFormShowAskDialog 方法 (String, String, UIStyle, Boolean) |
Sweet 开发框架
确认信息提示框
命名空间:
SweetUI.Forms
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public bool ShowAskDialog(
string title,
string msg,
UIStyle style = UIStyle.Blue,
bool showMask = true
)
Public Function ShowAskDialog (
title As String,
msg As String,
Optional style As UIStyle = UIStyle.Blue,
Optional showMask As Boolean = true
) As Boolean
member ShowAskDialog :
title : string *
msg : string *
?style : UIStyle *
?showMask : bool
(* Defaults:
let _style = defaultArg style UIStyle.Blue
let _showMask = defaultArg showMask true
*)
-> bool
参数
- title
- 类型:SystemString
标题 - msg
- 类型:SystemString
信息 - style (Optional)
- 类型:SweetUIUIStyle
主题 - showMask (Optional)
- 类型:SystemBoolean
显示遮罩层
返回值
类型:
Boolean结果
参见