开发者

How to get / set caret position in silverlight textbox?

开发者 https://www.devze.com 2022-12-19 07:27 出处:网络
How to get / set caret position in silv开发者_运维问答erlight textbox ?TextBox.SelectionStart should work for you.

How to get / set caret position in silv开发者_运维问答erlight textbox ?


TextBox.SelectionStart should work for you. Setting TextBox.SelectionLength will define the length of the selected/highlighted text if you need it.

0

精彩评论

暂无评论...
验证码 换一张
取 消