Answered
Hi Masters.
I can add a hyperlink by using Doc.Addlink method and add an underscore under the link text by using AddAnnot.
I also want to make the link show tooltip when the text is pointed by mouse. I read through the reference and can't get any idea about how to do it.
Can anybody please give me some suggestion?
Thanks
Eric
Note that both a link annotation and a button can have a line style of underline, so you don't need to add the other separate line annotation to provide an underscore.
A button can have the same action (Mouse Up) as a link annotation.
George