Is there a way to get what menu mouse is on, BEFORE clicking is done?

  • Thread starter Thread starter Martin Ortiz
  • Start date Start date
M

Martin Ortiz

As the user is clicking/hovering on a menu item, I want a verbose
description to be placed on status line of what menu does...
 
Martin Ortiz said:
As the user is clicking/hovering on a menu item, I want a verbose
description to be placed on status line of what menu does...


Is the MenuItem's Select event what you're looking for?
 
Hello,

Martin Ortiz said:
As the user is clicking/hovering on a menu item, I
want a verbose description to be placed on status line
of what menu does...

Have a look at the 'MenuItem's 'Select' event.
 
Back
Top