title
書式
menuItemObject
.title
説明
表示されるメニューの項目の文字列を返します。読み出し専用です。
?
1
2
var
m=app.menus[4].menuItems;
alert(m[0].title);
目次に戻る