I have a non-standard popup menu from a 3rd party I am using on a DockPanel. However I have to trigger this via the OnHeaderPopup event as it is not available via the Panel's HeaderMenu property. But this event only occurs on a Right-click which requires in non-intuitive actions from the user.
Is there a way to trap the Left-click on the DockPanel Header pbMenu button? - or force the HeaderMenu to accept the non-standard menu?
Comments