Articles in this section
Category / Section

How to change default keys combination (Ctrl + ` ) to display the codesnippets in WinForms SyntaxEditor (EditControl)?

1 min read

Change the default keys

You can use the KeyBinder and assign a new key to the Codesnippet string command. The below code will display the code snippets when Ctrl+L keys are pressed.

C#

this.editControl1.KeyBinder.BindToCommand(Keys.Control | Keys.L, "Editor.CodeSnippets");

 

Reference link: https://help.syncfusion.com/windowsforms/syntax-editor/editing#commands

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied