设置(或重置)托盘图标的提示文本.
TraySetToolTip ( [文本] )
#NoTrayIcon TraySetState() TraySetToolTip("这是新的提示工具文本!") While 1 Sleep(10) ; 空循环 WEnd Exit