c# - Multiline Textbox allow to split wording after cursor highlight in specific word -
let say,
i have multiline textbox
the textbox content below:
abc def ghi aa jkl mno pqr the cursor located @ second line after sentences 'aa'
how use string split out when there cursor in-between 'aa'
Comments
Post a Comment