Skip to main content

HyperLinkEdit.ShowBrowser() Method

Executes the command specified by the hyperlink editor as a new process.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ShowBrowser()

Remarks

The ShowBrowser method lets you activate the hyperlink functionality manually, i.e. execute the command specified by the editor’s HyperLinkEdit.Text property.

To execute an arbitrary command, you can call the ShowBrowser method while passing the command as a parameter.

Before the command is executed, the RepositoryItemHyperLinkEdit.OpenLink event is fired. This allows you to modify the command or cancel the execution.

See Also