指定するインデックスの設定の Config オブジェクトを取得します。
cfg = editor.Configs.Item( Index );
cfg = editor.Configs.Item( Index )
Index
設定のインデックスを 1 を基底とする整数で指定します。
alert( "最初の設定の名前: " + editor.Configs.Item(1).Name );
alert "最初の設定の名前: " & editor.Configs.Item(1).Name
EmEditor Professional Version 7.00 以上で利用できます。