Created
October 17, 2018 11:03
-
-
Save diaolizhi/12bcfad5852b98433f83bc01e4a6d88a to your computer and use it in GitHub Desktop.
c# 为控件设置快捷键
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this.查看帮助ToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.D5 | Keys.Control; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment