点击或拖拽改变大小

KeepAliveStartNotication 方法

开启状态栏常驻通知

命名空间:  Smobiler.Plugins.KeepAlive
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public void StartNotication(
	string title,
	string message,
	ComponentOnResultHandler handler = null
)

参数

title
类型:SystemString
通知栏标题
message
类型:SystemString
通知栏正文内容
handler (Optional)
类型:Smobiler.Core.ControlsComponentOnResultHandler
结果回调
参见