Welcome Guest Search | Active Topics | Sign In | Register

Mouse navigation buttons in winforms WebControl Options
HMan
Posted: Wednesday, June 4, 2014 7:48:38 AM
Rank: Newbie
Groups: Member

Joined: 6/4/2014
Posts: 1
Please could you implement event handlers so the webpages can be navigated using the mouse Back and Forward buttons, just like in Chrome.

Thanks
eo_support
Posted: Tuesday, June 10, 2014 10:47:49 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

We have posted a new build that added MouseClick event which would be triggered when you click the navigation button. You can download the new build from our download page.

The event argument's Button property will be XButton1 or XButton2 in this case. You can handle the event to decide what to do with them, most application use XButton1 for Back and XButton2 for forward.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.