我希望在任务栏图标中有一个类似的菜单。其实我有一些menuItems。但是我怎样才能实现,单击的menuItem标有图标所示的图标?
我这样定义了我的菜单,这个我要用另一个图标标记
//initialize EMAIL
this.menuItemEmail.Index = 4;
this.menuItemEmail.Text = Resources.EMAIL;
this.menuItemEmail.Click += new System.EventHandler(this.email_changeAction);