如何将光标移动到组合框中的左侧?

发布于 2024-10-27 09:37:05 字数 274 浏览 2 评论 0原文

我想将光标移至 ComboBox 中文本的开头。

这是目前的样子:

在此处输入图像描述

我确实在 Closed Event 上尝试了以下操作

cboSomeCombo.Select(cboSomeCombo.Text.Length, 0);

光标仍然保持在右侧。

I would like to move my cursor to the start of the text in my ComboBox.

This is what it looks like at the moment:

enter image description here

I did try the following on the Closed Event:

cboSomeCombo.Select(cboSomeCombo.Text.Length, 0);

The cursor still stays all the way to the right.

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

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

发布评论

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

评论(1

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