Hi,
I am using TLF in my application. the textflow contains text & inlinegraphics. I am trying to implement spell checker on my own. So I want to add the suggested words for the miss-spelt word. For that I want to know the word I have right cliked on. After that fetching it from library & getting the suggested words part is done.
So I need to add a right click event to the miss-spelt words and to know the word I have to look for(the word on which I have right clicked).
Thanks in advance.