WebBar Object

Properties

Visible

Shows or hides the Web Browser.

Methods

Open

Opens a web site of the specified URL.

SetFocus

Sets the keyboard focus to the Web Browser.

Examples

[JavaScript]

WebBar.Open( "https://www.emeditor.com/" );
WebBar.SetFocus();

[VBScript]

WebBar.Open "https://www.emeditor.com/"
WebBar.SetFocus

Version

Supported on EmEditor Professional Version 23.0 or later.