Skip to main content

RecentHyperlinkItem.ShowBrowser() Method

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ShowBrowser()

Remarks

The ShowBrowser method allows you to activate the hyperlink functionality manually, i.e., execute the command specified by the RecentHyperlinkItem.Link property. Before the command is executed, the RecentHyperlinkItem.OpenLink event is fired. Handle this event to modify the command or cancel the execution.

You can also execute an arbitrary command by using the ShowBrowser method overload, which takes the target command as a linkValue parameter.

See Also