2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
LinkClicked event in HTMLUIWe can open a link defined in the HTML file that is loaded in HTMLUI, with default browser using HTMLUI''s LinkClicked event. C# private void htmluiControl1_LinkClicked(object sender, Syncfusion.Windows.Forms.HTMLUI.LinkForwardEventArgs e) { Console.WriteLine(e.Path.ToString()); System.Diagnostics.Process.Start(e.Path); e.Cancel = true; }
VB Private Sub htmluiControl1_LinkClicked(ByVal sender As Object, ByVal e As Syncfusion.Windows.Forms.HTMLUI.LinkForwardEventArgs) Handles htmluiControl1.LinkClicked Console.WriteLine(e.Path.ToString()) System.Diagnostics.Process.Start(e.Path) e.Cancel = True End Sub
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.