 | UIMessageBoxShowWarning 方法 |
Sweet 开发框架 [缺少 "M:SweetUI.Forms.UIMessageBox.ShowWarning(System.String,System.Boolean,System.Boolean)" 的 <summary> 文档]
命名空间:
SweetUI.Forms
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void ShowWarning(
string text,
bool showMask = true,
bool topMost = false
)
Public Shared Sub ShowWarning (
text As String,
Optional showMask As Boolean = true,
Optional topMost As Boolean = false
)
static member ShowWarning :
text : string *
?showMask : bool *
?topMost : bool
(* Defaults:
let _showMask = defaultArg showMask true
let _topMost = defaultArg topMost false
*)
-> unit
参数
- text
- 类型:SystemString
[缺少 "M:SweetUI.Forms.UIMessageBox.ShowWarning(System.String,System.Boolean,System.Boolean)" 的 <param name="text"/> 文档]
- showMask (Optional)
- 类型:SystemBoolean
[缺少 "M:SweetUI.Forms.UIMessageBox.ShowWarning(System.String,System.Boolean,System.Boolean)" 的 <param name="showMask"/> 文档]
- topMost (Optional)
- 类型:SystemBoolean
[缺少 "M:SweetUI.Forms.UIMessageBox.ShowWarning(System.String,System.Boolean,System.Boolean)" 的 <param name="topMost"/> 文档]
参见