简体   繁体   中英

Auto complete textbox in C# winform with drag and drop?

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 ?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM