
Hello,
Can i please ask about Syntax Editor handling context menu clicks. I noticed some other threads about this but without an answer to this particular question.
We need to prevent Syntax Editor from handling and displaying the context menu when the user right-clicks. The reason is that our application uses a third party tool which takes over a given control's context menu event and displays its own context menu instead. However currently because Syntax Editor handles it first, the context menu of Syntax Editor is displayed instead and the 3rd party tool doesnt receive it.
Eseentially we need to prevent Syntax Editor from setting the 'handled' flag and from displaying a context menu. How would i do this please?
(Please note that we currently do not derive from Syntax Editor, but just uses and interacts with it as a seperate control).
Thanks,
James
Can i please ask about Syntax Editor handling context menu clicks. I noticed some other threads about this but without an answer to this particular question.
We need to prevent Syntax Editor from handling and displaying the context menu when the user right-clicks. The reason is that our application uses a third party tool which takes over a given control's context menu event and displays its own context menu instead. However currently because Syntax Editor handles it first, the context menu of Syntax Editor is displayed instead and the 3rd party tool doesnt receive it.
Eseentially we need to prevent Syntax Editor from setting the 'handled' flag and from displaying a context menu. How would i do this please?
(Please note that we currently do not derive from Syntax Editor, but just uses and interacts with it as a seperate control).
Thanks,
James