Trapping mouse right click
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, In my project, i'm using a third party ActiveX component. Right clicking the component during runtime will display a popup menu. My problem is that i want to disable it ( or disable some of the options in the menu). Is it possible ? Mahesh
-
Hi all, In my project, i'm using a third party ActiveX component. Right clicking the component during runtime will display a popup menu. My problem is that i want to disable it ( or disable some of the options in the menu). Is it possible ? Mahesh
Yes, if there is some property which exposes the inner objects. component Documentation might helps you. Regards. NetPointer