EmEditor ホーム - EmEditor ヘルプ - EmEditor マクロ リファレンス - Windows オブジェクト

Count プロパティ

ウィンドウの数を取得します。

[JavaScript]

nCount = shell.windows.Count;

[VBScript]

nCount = shell.windows.Count

[JavaScript]

alert( "ウィンドウの数: " + shell.windows.Count );
 

[VBScript]

alert "ウィンドウの数: " & shell.windows.Count
 

バージョン

EmEditor Professional Version 7.00 以上で利用できます。

このページのフィードバックを送信

Copyright © 2003-2007 by Emurasoft, Inc.