C#Visual Studio以另一种方式打开上下文菜单?

CCC*_*CCP 5 c# contextmenu visual-studio-2012

打开它们后,Visual Studio中的常规上下文菜单始终显示在鼠标右侧.是否可以使上下文菜单在打开后显示在鼠标左侧?所以它实际上从右到左打开,而不是从左到右打开.

希望你知道我的意思.(不,它中的文字并不意味着,只是上下文菜单打开的方式)我无法找到任何内容.这只是为了美学btw.

Bas*_*ili 20

This is a new ergonomic feature in the Windows. The Windows check if you are using a touch screen than the Menus will open at the left side the reason is the human hand cover the right side of the clicked/pressed area (mouse pointer does not do that).

--------------------------------------------------Update -------------------------------------------------------------

I found the soultion for your prblem :-) you have to select from Tablet PC Settings the Left Handed, this will solve your problem.

  1. Press the Windows logo key+R to bring up the Run dialog box. In the Open line, copy/paste the following text.

  2. shell:::{80F3F1D5-FECA-45F3-BC32-752C152E456E}

  3. Press OK.

This will start the Tablet PC Settings configuration dialog (Even if you do not have a Tablet PC).

  1. Select the Other Tab.

  2. In the Handedness section, place a check mark in the Left Handed option.

  3. Click OK.

Look to this information from microsoft: http://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/windows-7-application-menus-drop-to-left-instead/2d362701-90e4-4ea6-a3a1-c1391a3d2bea

Do not forget to mark the answer.

  • 尝试这个让左手的鼠标我希望Windows Todo其余的.1.(设置)"鼠标"→鼠标2.选择"切换主按钮和辅助按钮"http://superuser.com/questions/537761/how-to-make-mouse-pointers-left-handed-friendly-in-窗户-8 (2认同)