Skip to content

Instantly share code, notes, and snippets.

@diaolizhi
Created October 17, 2018 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diaolizhi/12bcfad5852b98433f83bc01e4a6d88a to your computer and use it in GitHub Desktop.
Save diaolizhi/12bcfad5852b98433f83bc01e4a6d88a to your computer and use it in GitHub Desktop.
c# 为控件设置快捷键
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