Location(x,y) of the clicked MenuItem?

  • Thread starter Thread starter JustMe
  • Start date Start date
J

JustMe

Is it possible to find out the actual location of a specific menuitem?

Basically, in the OnCLICK event of a menuitem, I want to create a dynamic
contextmenu and then show it at the same location so that it appears to be
an actual 'submenu'.

I've tried manually adding menuitems to the main menuitem in its onclick
event, however after I've added the items, the click event doesn't appear to
fire anymore.

Suggestions anyone?
Thanks in advance:
--Terry
 
Never mind, I figured it out.

I'm using the POPUP event instead of the click event, and it works fine.
 
Back
Top