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 窗体应用程序中构建一个简单的 HTML 文本编辑器。我希望能够以编程方式检测文本光标在特定时刻的位置,以便我可以在该点以编程方式插入文本。
我原以为这是一件显而易见的事情,就像获取或设置当前文本光标位置的属性一样,但我还没有找到!那么如何找出那个光标在哪里呢?
使用该TextBox.SelectionStart物业。对于最左边的位置,插入符号索引从 0 开始。
TextBox.SelectionStart