HighTechTalks DotNet Forums  

How do I use Ctrl + Tab as one of the shortcuts in my menu item

Dotnet Framework (WinForms) microsoft.public.dotnet.framework.windowsforms


Discuss How do I use Ctrl + Tab as one of the shortcuts in my menu item in the Dotnet Framework (WinForms) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default How do I use Ctrl + Tab as one of the shortcuts in my menu item - 02-09-2005 , 02:41 PM






I tried using the Keys enumeration:

(Shortcut)(Keys.Control | Keys.Tab)

but it does not work.


Reply With Quote
  #2  
Old   
Herfried K. Wagner [MVP]
 
Posts: n/a

Default Re: How do I use Ctrl + Tab as one of the shortcuts in my menu item - 02-09-2005 , 02:54 PM






<dmsy (AT) yahoo (DOT) com> schrieb:
Quote:
I tried using the Keys enumeration:

(Shortcut)(Keys.Control | Keys.Tab)

but it does not work.
ACK. This key combination is not supported as menu shortcut.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>


Reply With Quote
  #3  
Old   
AT
 
Posts: n/a

Default Re: How do I use Ctrl + Tab as one of the shortcuts in my menu item - 02-09-2005 , 04:15 PM



MenuItem support the Shortcut enumeration, but Ctrl + Page Up is not
supported in the Shortcut enumeration and I was able to use
(Shortcut)(Keys.Control | Keys.PageUp). It was able to intercept those
message, just not Ctrl+Tab.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.