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