Live Chat Icon For mobile
Live Chat Icon

Is there an Idle event which will get fired from which I could update my menu item’s enabled state?

Platform: WinForms| Category: Menus

This used to be a very useful feature in MFC. You can do something similar with the System.Windows.Forms.Application.Idle event which will get fired when the app becomes Idle. Where you could parse through all the menu items and update their states.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.