Top "Contextmenu" questions

A context menu is a menu in a graphical user interface that appears upon user interaction, such as a right mouse click or middle click mouse operation.

How to add a custom right-click menu to a webpage?

I want to add a custom right-click menu to my web application. Can this be done without using any pre-built …

javascript contextmenu right-click
right click context menu for datagridview

I have a datagridview in a .NET winform app. I would like to rightclick on a row and have a …

c# winforms datagridview contextmenu right-click
How to disable right-click context-menu in JavaScript

Not that I'm trying to prevent 'View Source' or anything silly like that, but I'm making some custom context menus …

javascript contextmenu
Android: How to enable/disable option menu item on button click?

I can easily do it when I am using onCreateOptionsMenu or onOptionsItemSelected methods. But I have a button somewhere in …

android contextmenu menuitem
How do I create a right click context menu in Java Swing?

I'm currently creating a right-click context menu by instantiating a new JMenu on right click and setting its location to …

java swing contextmenu jpopupmenu
Making custom right-click context menus for my web-app

I've a few websites like google-docs and map-quest that have custom drop down menus when you right-click. Somehow they override …

javascript jquery jquery-plugins contextmenu right-click
Right click to select a row in a Datagridview and show a menu to delete it

I have few columns in my DataGridView, and there is data in my rows. I saw few solutions in here, …

c# select datagridview contextmenu right-click
How to add a "open git-bash here..." context menu to the windows explorer?

How to add a context (aka right click) menu to the windows explorer that, when clicked, opens the git-bash console …

git contextmenu windows-explorer windows-shell-extension-menu
How add context menu item to Windows Explorer for folders

I have found out how to add right-click context menu items to files on Windows Explorer, by adding keys to …

contextmenu explorer windows-shell-extension-menu
Using contextmenu with listview in android

I am developing an android application.I will have a listview and i have set a context menu to appear …

android listview contextmenu