Hi,
I'm new in C-Sharp so sorry "easy" for this question.

I come from Win32/MFC world.

I MFC to enable/disable menu item at Runtime I got to make an handler for the UpdateCommandUI and in it enable or disable the item.

Is there a way to do it the same way in CSharp or do I have to enable/disable item each time a menu will be shown?


Thanks