2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Enable AutoComplete behaviorThe SyntaxEditor (EditControl) supports intellisense behavior as like in Visual Studio. You can enable the AutoComplete behavior in its intellisense process by using the UseAutoComplete property. The following code example demonstrates the same. C# void Form1_Load(object sender, EventArgs e) { this.editControl1.ContextChoiceController.UseAutocomplete = true; } VB Private Sub Form1_Load(sender As Object, e As EventArgs) Me.editControl1.ContextChoiceController.UseAutocomplete = True End Sub Reference link: https://help.syncfusion.com/windowsforms/syntax-editor/intellisense#auto-complete |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.