WebBar Object¶
Properties¶
Shows or hides the Web Browser. |
Methods¶
Opens a web site of the specified URL. | |
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.