|
Rank: Advanced Member Groups: Member
Joined: 10/4/2016 Posts: 104
|
Hi,
Any one would have an idea how to recreate the same feature common in many browsers that allow to right click and open in a new page when hovering a hyperlink? I know how to control this option in the contextual menu in real time my problem is I do not know if I'm hovering a hyperlink and its URI value.
Any suggestion will be much appreciated.
Thank you!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
You would handle WebView.BeforeContextMenu and then examine e.MenuInfo property. Inside that property you will find information such as the Url/Target.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 10/4/2016 Posts: 104
|
Thank you, it works exactly as you said! Thanks again!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
You are welcome. Please feel free to let us know if there is anything else.
|
|