Show/Hide Toolbars

EmEditor ヘルプ

ナビゲーション: EmEditor ヘルプ > マクロ リファレンス > Windows コレクション > プロパティ

マクロ: Count プロパティ (Windows オブジェクト)

Scroll 前へ 上へ 次へ その他
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-2023 by Emurasoft, Inc.