我们在文本编辑控件中是否具有列出 cookie 值的功能?

发布于 2024-10-18 15:10:02 字数 82 浏览 0 评论 0原文

我在 Windows 应用程序中有一个 Devexpress textEdit 控件。在文本编辑器中输入文本时,我们是否可以选择列出 cokkie 值

I have a Devexpress textEdit control in windows application. Do we have option to list the cokkie values while typing the text in the texteditor

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

任谁 2024-10-25 15:10:02

TextEdit 不支持您所询问的自动完成功能。一种可能的解决方案是使用 ComboBoxEdit 或 LookupEdit 控件。它们都可以保存下拉窗口中显示的项目列表。最后,您应该编写一段代码,将编辑器的值存储在 cookie 中。

TextEdit does not support the auto complete functionality you are asking about. A possible solution is to use the ComboBoxEdit or LookupEdit controls. Both of them can hold a list of items shown in the dropdown window. Finally, you should write a code which will the editors with values stored in cookies.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文