index

書式

menuObject.index

説明

メニューの項目のインデックス番号を返します。読み出し専用です。
var m=app.menus[2];
alert(m.index);

目次に戻る