托盘,右键演示,C#源代码privatevoidForm1_Load(objectsender,EventArgse) {//设置托盘控件属性 this.notifyIcon1.ContextMenuStrip=this.contextMenuStrip1; this.notifyIcon1.Text="演示创建托盘"; this.notifyIcon1.Visible=true; this.notifyIcon1.Icon=newIcon("MyIcon