Detect Shift when Menu Opens
-
Hi, For those who don't know, in Windows Vista when you hold shift down and right click a folder a few hidden options (Copy as Path, Command Wind Here) I was wanting to implement a similar feature in my program - mainly for debugging purposes. For example on my grids when you right click on the Header it displays all column names and lets you show and hide them. I would like it so if shift was pressed it would put the width of the column after it. Any ideas?
-
Hi, For those who don't know, in Windows Vista when you hold shift down and right click a folder a few hidden options (Copy as Path, Command Wind Here) I was wanting to implement a similar feature in my program - mainly for debugging purposes. For example on my grids when you right click on the Header it displays all column names and lets you show and hide them. I would like it so if shift was pressed it would put the width of the column after it. Any ideas?
Figured it out - ModifierKeys == Keys.Shift