Selectively enable shortcut menus

D

Dale Fye

I have several controls on a form which I have built custom shortcut menus,
these work great. However, I want to disable the shortcut menus on the other
controls on the form.

I could set the forms ShortCutMenu property to True when the controls with
the special menus get the focus, and false again when they lose it, but I
would really like to know if there is an easier way.

thanks.
 
Top