index

書式

menuSeparatorObject.index

説明

menuSeparatorsコレクション内でのインデックス番号を返します。読み出し専用です。
var m=app.menus[3].menuSeparators[3];
alert(m.index);

目次に戻る