ToggleButton and ContextMenu

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why doesn't the PopUp event fire for a ContextMenu when it is associated with
a toolbar ToggleButton? I'm working on a Pocket PC with SP3 applied. It
works fine on the full framework.

Is there a work around or fix?

Regards,
Phil.
 
I guess you mean a DropDownButton style but nevertheless it seems that is
correct, Popup event doesn't fire for those contextmenus.. it does however
get raised if you contextmenu.show. What is it you are trying to do? If it
just to disenable menuitems you'll have to do that as you go along rather
than wait for the last minute...

Cheers
Daniel
 
Daniel,
Thanks for the reply - had nearly given up since it's been a week.

Just needed the popup event for a convenient way to disable and check
certain items. It's a bit annoying it's not supported in this case.

All the Best,
Phil.
 
Back
Top