Raises the System.WinForms.MenuItem.Select event for this menu item.
[Visual Basic] Overridable Public Sub PerformSelect() [C#] public virtual void PerformSelect(); [C++] public: virtual void PerformSelect(); [JScript] public function PerformSelect();
This method allows you to raise the event without passing any event information to the event-handling method.
MenuItem Class | MenuItem Members | System.WinForms Namespace