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.
有没有一种方法可以在 RichEditableText 控件中设置插入符号的位置?
控件的内容可以包含用户必须修复的错误,这些错误可以通过 Next/Previous 按钮进行导航,并且在导航期间,我想将插入符号光标设置到文本中每个错误的末尾。
首先你需要改变焦点:
文本域。设置焦点()
然后设置位置:
文本域。选择范围()