指定するインデックスのウィンドウの Window オブジェクトを取得します。
wnd = shell.windows.Item( Index );
wnd = shell.windows.Item( Index )
Index
ウィンドウのインデックスを 1 を基底とする整数で指定します。
alert( "最初のウィンドウの名前: " + shell.windows.Item(1).Caption );
alert "最初のウィンドウの名前: " & shell.windows.Item(1).Caption
EmEditor Professional Version 7.00 以上で利用できます。