index

書式

menuObject.index

説明

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

目次に戻る