 | UIFormShowSuccessTip 方法 (String, Int32, Boolean) |
Sweet 开发框架
显示成功消息
命名空间:
SweetUI.Forms
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public void ShowSuccessTip(
string text,
int delay = 1000,
bool floating = true
)
Public Sub ShowSuccessTip (
text As String,
Optional delay As Integer = 1000,
Optional floating As Boolean = true
)
member ShowSuccessTip :
text : string *
?delay : int *
?floating : bool
(* Defaults:
let _delay = defaultArg delay 1000
let _floating = defaultArg floating true
*)
-> unit
参数
- text
- 类型:SystemString
消息文本 - delay (Optional)
- 类型:SystemInt32
消息停留时长(ms)。默认1秒 - floating (Optional)
- 类型:SystemBoolean
是否漂浮
参见