Hi Everyone,
I want line number where mouse is clicked in the RichTextBox
Example:
I have RichTextBox which contains text as shown below:
----------------------------
Hello
Hai
How
-------------------------
if i click on "Hai" i want to written the line number is:2
How can written it?