2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
You can use the ProcessAutoComplete method inorder to achieve this. C# private void textBox1_GotFocus(object sender, EventArgs e) { this.autoComplete1.ProcessAutoComplete (this.textBox1.Text ); } VB Private Sub textBox1_GotFocus(ByVal sender As Object, ByVal e As EventArgs) Me.autoComplete1.ProcessAutoComplete(Me.textBox1.Text) End Sub Also,we have the SingleClick property which displays the AutoSuggest list when the user Clicks on the target control. C# this.autoComplete1.SingleClick =true; VB Me.autoComplete1.SingleClick = True |
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.