Generates a Control.Click event for the System.Windows.Forms.MenuItem, simulating a click by a user.
You can use this menu to activate a menu item through code without passing any event information. For example, if you want to activate a menu item based on an action that occurs in your application, you can call the MenuItem.PerformClick method for that System.Windows.Forms.MenuItem.