index

書式

menuActionObject.index

説明

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

目次に戻る