WebBar Object

Properties

scrollX

Returns the horizontal position of the scroll bar.

scrollY

Returns the vertical position of the scroll bar.

Visible

Shows or hides the Web Browser.

Methods

Open

Opens a web site of the specified URL.

scrollBy

Scrolls the window by the specified relative amount.

scrollTo

Scrolls the window to the specified position.

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.