Articles in this section
Category / Section

How to enable AutoComplete behavior in WinForms EditControl?

3 mins read

Enable AutoComplete behavior

The WinForms Syntax Editor 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

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/AutoCompleteInIntellisensefunction997149167.zip

Reference link: https://help.syncfusion.com/windowsforms/syntax-editor/intellisense#auto-complete


 Conclusion

I hope you enjoyed learning on how to enable AutoComplete behaviour in WinForms Edit Control.

You can refer to our WinForms Editcontrol feature tour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our WinForms EditControl example to understand how to present and manipulate data.

For current customers, you can check out our WinForms components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our WinForms Edit control and other WinForms components.

If you have any queries or require clarifications, please let us know in comments below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!

 

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