HyperLinkEdit.ShowBrowser(Object) Method
Executes the specified command as a new process.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| linkValue | Object | The object representing the command to execute. |
Remarks
The ShowBrowser method lets you execute a command passed as the parameter. The command is retrieved from the linkValue parameter by calling its ToString method.
To execute the command specified by the hyperlink editor, call the ShowBrowser method without parameters. The editor’s command is specified by the HyperLinkEdit.Text property.
Before executing the specified command, the RepositoryItemHyperLinkEdit.OpenLink event is fired. This lets you modify the command or cancel the execution.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowBrowser(Object) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.