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 ContextMenu to the system tray icon programmatically?

I want to programmatically add a context menu to my tray icon, so that when I right-click on the tray …

c# wpf contextmenu right-click trayicon
Trigger right-click

I am trying to late-bind context menus to elements, using the ContextMenu plugin. So on the first right-click on those …

javascript jquery contextmenu
EditText: Disable Paste/Replace menu pop-up on Text Selection Handler click event

My goal is to have an EditText that has no fancy features, just the Text Selection Handler for moving the …

android android-edittext android-widget contextmenu
WPF - how to hide menu item if command's CanExecute is false?

By default menu items become disabled when its command cannot be executed (CanExecute = false). What is the easiest way to …

wpf command contextmenu menuitem
How to remove the right click menu in VLC Media Player?

I am adapting VLC to make a custom video player. I chose VLC because of its ability to play lots …

contextmenu vlc right-click skin video-player
Create contextmenus for datagrid rows

I have a datagrid that potentially can have many rows. As the user right clicks one of the rows, I …

wpf xaml datagrid contextmenu
WPF ContextMenu woes: How do I set the DataContext of the ContextMenu?

I am having some trouble figuring out how to set the correct DataContext on a ContextMenu. I have a collection …

wpf contextmenu datacontext
ElementName Binding from MenuItem in ContextMenu

Has anybody else noticed that Bindings with ElementName do not resolve correctly for MenuItem objects that are contained within ContextMenu …

wpf data-binding contextmenu elementname
WPF: How to dynamically generate ContextMenu

I have ListBox (with SelectionMode=Extended) that has multiple items and I want to to add context menu feature. The …

wpf contextmenu
Create a jQueryUI 1.8 Button menu

Now that jQueryUI 1.8 is out, I was browsing through the updates and came across the new Button widget, and in …

jquery jquery-ui button drop-down-menu contextmenu