本文介绍了以焦点显示文本框自动完成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我有一个使用C#构建的Windows应用程序.我想在文本框获得焦点后立即打开自动完成建议.
我不想使用任何自定义控件.我想将windows.form文本框控件与AutoCompleteMode等属性一起使用,并希望明确提及此行为.

设置文本框的自动完成属性,一旦您开始输入,它将打开自动完成列表. 但是我的要求是,一旦文本框获得焦点,就应该打开自动完成列表.

希望我已经阐明了我的要求.


谢谢
Nishant

Hello,

I have a windows application build up using C#. I want to open autocomplete suggestions as soon as textbox gets focus.
I don''t want to use any custom control. I want to use windows.form textbox control with properties like AutoCompleteMode and so on, and want to explicitly mention this behavior.

Set autocomplete properties for textbox and as soon as you start typing it opens the list for autocomplete. But my requirement is as soon as textbox gets focus it should open the autocomplete list.

Hope I have clarified my requirements.


Thank you,
Nishant

推荐答案



这篇关于以焦点显示文本框自动完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 23:13