DF 20.1 Win-10 - This may seem like a silly question but I can't seem to find a solution. In an edit object the cursor is at the end of a sentence the user just typed. He right clicks on a word in the middle of the sentence, how do I determine the character position where he right clicked? i.e. the character position in the whole object or even just that line. I can't use SelStart or SelEnd because nothing is highlighted and all that gives me is the cursor position at the end of the sentence. If the user left clicked first that would solve the problem by moving the cursor but that's not the real world.