Click here to Skip to main content
15,914,642 members
Articles / Desktop Programming / Windows Forms

Implementing shortcut keys for toolstrip

Rate me:
Please Sign up or sign in to vote.
2.00/5 (1 vote)
23 Aug 2011CPOL 11.3K  
This is nice for non standard buttons (like a CTRL + s), but OK and Cancel buttons have standard implementations in a Windows Form. Look for the properties AcceptButton and CancelButton of a Windows Form (not sure if this applies in ASP.NET or WPF, I need confirmation on that). There you can...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student Univeristy of Antwerp
Belgium Belgium
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions