Class SystemNotifyMessage
public class SystemNotifyMessage : ISystemNotifyMessage
- Inheritance
-
SystemNotifyMessage
- Implements
- Inherited Members
- Extension Methods
Methods
Show(string, string, NotifyBalloonIcon, int)
显示气泡消息
public void Show(string message, string title = null, NotifyBalloonIcon tipIcon = NotifyBalloonIcon.Info, int timeout = 1000)
Parameters
message
stringtitle
stringtipIcon
NotifyBalloonIcontimeout
int