Does C# has a built-in auto complete textbox which we can drag and drop in winform design like other controls ?
If there isn’t can we create an auto complete textbox manually then put it in the toolbox ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is built into Windows and always available, much like the mouse cursor and the caret. You don’t explicitly drag it on a form. Set the TextBox’ AutoComplete properties to enable it.