parent
書式
menuObject
.parent
説明
menuオブジェクトの親オブジェクトを示します。親オブジェクトはInDesignのApplicationになります。
var m=app.menus[0]; alert(m.parent);
目次に戻る