length
書式
menuSeparators.length
説明
lengthプロパティにはMenuSeparatorsオブジェクトの総数が格納されています。
var m=app.menus[3].menuSeparators; alert(m.length);
目次に戻る