RichTextBox: Index of the first and last char we see in it ?
I want to give a special color to any item of what we see on the screen and not all the content of the richTextBox.
So I need to know any time the index of the first and last char we see in the richTextBox (regardless of the way that screen changes eg. trackpoint of a notebook)
Is it possible to know that ?