vote up 0 vote down star

Is there anyway to programmatically force a MenuItem to raise their popup event? Basically, if you click on it with your stylus or finger, it shows the MenuItem collection for that specific MenuItem. I'd like to be able to do by using a button that I capture.

flag

1 Answer

vote up 0 vote down

If you add your menu items to a ContextMenu you can then call ContextMenu.Show with a position and it will show the context menu at that position.

So you could do that in your button click event. Or did you want to 'fake' taps on the menu buttons on the soft menu bar?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.