Hi,
I want to disable default context menu ("Silverlight" text comes on mouse right click)
on mouse right click.
I tried the following,
1. Register mouse right click event
2. In Event I have write e.handler = true;
Observation:
The above event is fires everytime when I right click
But not fires when I write any text in AutocompleteBox and hence the default context menu coming.
I tried to register the same event on AutocompleteBox_MouseRightClickDown() but it was not firing when autocompletebox get focussed (Display matched items in textbox window)
Please help me out to resolve this?
Thanks!
Loading
Jaganathan BantheswaranPosted Aug 13, 2012, 8:36 AM
Have You tried to handle the RightClick event on the particular control where you are trying to right click?
If not, Just try to handle the right click event on the particular control.