Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Context Menu, Hit Test, Where is that Pointer?
posted

Hello Everyone,

 I am looking for a way to know when the user has right clicked on a blank spot in ultradayview or on an appointment.  I must control the context of the context menu, using C# and WinForms.

I was hoping there was a before menu show method so I could perform a hit test, it appears that I must do this test on mouse down and then alter the context menu.  However, I didn't see a HitTest method. 

 Thanks in advance.