How to get parent MenuItems to respond to Click event?
-
Regarding System:Windows:Forms:MenuItem The Click event is not raised for MenuItems which contain a submenu -- see Note in the Remarks section of MSDN documentation. Has anyone found a way to override this? Does anyone have an explanation for this feature?
Rick Bidlack www.signalsandnoises.com
-
Regarding System:Windows:Forms:MenuItem The Click event is not raised for MenuItems which contain a submenu -- see Note in the Remarks section of MSDN documentation. Has anyone found a way to override this? Does anyone have an explanation for this feature?
Rick Bidlack www.signalsandnoises.com
Rick Bidlack wrote:
Has anyone found a way to override this?
This is not an override, but a well documented API: The following events may be of interest: * DropDownOpened * DropDownOpening * DropDownClosed * DropDownItemClicked
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website