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 アプリケーションに Devexpress textEdit コントロールがあります。texteditor でテキストを入力するときに、cokkie 値を一覧表示するオプションはありますか
TextEdit は、質問しているオート コンプリート機能をサポートしていません。考えられる解決策は、ComboBoxEdit または LookupEdit コントロールを使用することです。どちらも、ドロップダウン ウィンドウに表示されるアイテムのリストを保持できます。最後に、Cookie に保存された値をエディターに渡すコードを作成する必要があります。