title
書式
menuObject
.title
説明
メニューに表示される項目名を返します。読み出し専用です。
var m=app.menus[11]; alert(m.title);
目次に戻る