index
書式
menuItemObject
.index
説明
menuItem内でのインデックス番号を返します。読み出し専用です。
var m=app.menus[4].menuItems; alert(m[1].index);
目次に戻る