I have a large richtextbox and want to be able to select only the text that is currently visible. Nothing above/below. So if the text is:

blaah
asdf
asdf
asdf
blaah

and all they can see is the "asdf"s because they would have to scroll to see anything else. So I want to select just the "asdf"s..

Is this possible at all?