Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ブラウザのアドレス バーのように機能する Windows フォーム コントロールについて知っている人はいますか?
これはテキストボックスのようなものですが、右側には以前に入力されたテキストの履歴を表示するドロップダウン メニューがあります。
どうもありがとう!
TextBox クラスのプロパティ「AutoCompleteCustomSource」、「AutoCompleteMode」、および「AutoCompletesource」を見てください。
これには ComboBox を使用できます。以前のエントリをアイテム リストに追加するだけです。実際にオートコンプリートが必要な場合、WinForms TextBox コントロールはそれをネイティブにサポートします。