WebBar 對象

屬性

Visible

顯示或隱藏網頁瀏覽器。

方法

Open

打開指定 URL 的網站。

SetFocus

將鍵盤焦點設定到網頁瀏覽器。

範例

[JavaScript]

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

[VBScript]

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

版本

支持 EmEditor Professional 版 23.0 或之後的版本。