Show/Hide Toolbars

EmEditor 説明

導航: EmEditor 說明 > 巨集參考 > Shell 對象 > 屬性

巨集: ForegroundWindow 屬性

Scroll 上一頁 首頁 下一頁 其他
EmEditor 首頁 - EmEditor 說明 - EmEditor 巨集參考 - Shell 對象

ForegroundWindow 屬性

檢索當前置前視窗。

[JavaScript]

wnd = shell.ForegroundWindow;

[VBScript]

wnd = shell.ForegroundWindow

示例

[JavaScript]

wnd = shell.FouregroundWindow;

str = wnd.Caption;

alert( str );

 

[VBScript]

wnd = shell.FouregroundWindow

str = wnd.Caption

alert str

 

版本

支持 EmEditor 7.00 或之後的版本。

Copyright © 2003-2023 by Emurasoft, Inc.