Questions tagged [right-click]

A right-click is pressing the right or secondary button on a mouse.

A term used to describe the action of pressing down on the right mouse button. The right-click is used to provide additional functionality to a computer's mouse, usually in the form of a drop-down menu containing additional options.

Please read more at: http://www.computerhope.com/jargon/r/righclic.htm

694 questions
5
votes
1 answer

How to acess DataGridCell on Right click on WPF DataGrid

I have a WPF DataGrid and have a event MouseRightButtonUp for right click on DataGrid. How to access DataGridCell inside the event handler? private void DataGrid_MouseRightButtonUp(object sender, MouseButtonEventArgs e) { //access DataGridCell…
Kishor
  • 4,006
  • 7
  • 30
  • 47
5
votes
0 answers

Disable Shift + right-click in firefox while using an applet

I am working on a site that uses a fairly advanced applet that binds the mouse and keyboard to it so nothing is supposed to affect the browser until you hit esc key. to get back to the site. It is all working fine but: if i hit shift + right-click,…
4
votes
1 answer

capturing right-click event on treeview row [haskell gtk2hs]

I have searched thoroughly (at least I believe so) and I didn't find any answer for my problem, so I'd like to ask you for help. I'm trying to determine when a user right-clicks a row in my treeView (list of users) and then show a pop-up window with…
jban
  • 149
  • 1
  • 10
4
votes
1 answer

Distinguishing between a left and right mouse button click in IE and Firefox

Using JavaScript, how can I distinguish between a left and right mouse button click in IE and Firefox? Do I need I need to do anything different between these two browsers?
Honey
4
votes
1 answer

WPF ContextMenu using (Shift-Right-Click)

I have a question with the "ContextMenu" in WPF. Is there a way to have the context menu pop up only if a "Shift-Right-Click" was performed?? I have been looking all over the place for this. The ContextMenu seems to only be able to pop up when a…
zezba9000
  • 3,247
  • 1
  • 29
  • 51
4
votes
2 answers

How to make popup menu with right click on GridControl row?

I have a GridControl with some rows on my DevExpress interface. When I right-click on some row of the grid I want to pop-up the same kind of menu like when i right-click on my desktop(win 7), but only with 3 options - Cut, Paste and Copy. How to…
Dominating
  • 2,890
  • 7
  • 25
  • 39
4
votes
2 answers

NSWindow - Right click menu

Is there any way to show a menu when a NSWindow is right-clicked?
Seb Jachec
  • 3,003
  • 2
  • 30
  • 56
4
votes
2 answers

How to disable right click in WebBrowser when we're using Flash ! (Delphi)

How can i disable the menu of flash player when I'm navigating a flash file with WebBrowser ?
Kermia
  • 4,171
  • 13
  • 64
  • 105
4
votes
2 answers

Dynamic Context Menu on Treeview Nodes

Duplicate Of : Find node clicked under context menu I've got a context menu on a Treeview, when the user right clicks it supposed to change based on the currently right clicked node's tag object. Currently I'm updating the context menu in…
dr. evil
  • 26,944
  • 33
  • 131
  • 201
4
votes
2 answers

C#, mouseClickEvent doesn't respond to right mouse click

on click event doesn't respond to right mouse click. The event is for a richTextBox. when I try the same code on the form it works fine. what could be the problem? EDIT: I use winforms
Alex K
  • 5,092
  • 15
  • 50
  • 77
4
votes
1 answer

Windows Explorer Context Menu Integration, get file that was right clicked on

I've already figured out how to add a menu item to the right click context menu of the windows explorer using the registry. I currently have it set to launch my application when my menu item is clicked. However, I want to know if there is a way to…
racxen
  • 43
  • 3
4
votes
1 answer

Can I add a command to make ReSharper repeat last test run to the right click context menu in visual studio?

I'd like to add a context menu item to allow me to repeat resharper's last test run, similar to the one that test driven.net adds. Is this possible?
Sam Holder
  • 32,535
  • 13
  • 101
  • 181
4
votes
4 answers

How to add a right click on my Firefox extension's icon?

Good Day! I've searched and searched again and I didn't find any help for this problem... Context : I've developed a Google Chrome extension that is very simple: send email to somebody with one click. To configure this, there is an option page on…
4
votes
1 answer

Right Click on Feature Vector (Javascript) in Open Layer

I need to create a contextmenu on right clicking on a Vector Feature (Open Layer) in javascript language. I have searched on forums, but the solutions only regard the way to open alert or popup with right cliking on a Map. Thanks for any…
django
  • 153
  • 1
  • 5
  • 19
4
votes
5 answers

No right-click event Firefox 3.6

I'm in the process of porting an app to JavaScript/CSS and it uses right-click. For some reason Firefox 3.6 for Windows isn't issuing a right-click event, but Chrome and IE do. Here's some test code. If you right-click #test then you get nothing…
cdmckay
  • 31,832
  • 25
  • 83
  • 114