menu items question

  • Thread starter Thread starter dawn
  • Start date Start date
D

dawn

Hi,

I'd like to know how to make some options (like Save, Open...) appear in
gray and not-clickable in a menu when certain conditions apply. Subsequently
I want to disable the shortcuts to those items under those conditions.
How do I go about this?

Thanks.
 
Handle the Popup event for the containing menu. When you receive the event,
disable/enable the menu items appropriately.
 
Back
Top