index
書式
index
説明
indexプロパティはMenuElementオブジェクトのインデックス(参照番号)を示します。
var m=app.menus[0].menuElements[2]; alert(m.index);
目次に戻る