parent

書式

parent

説明

parentプロパティはMenuElementオブジェクトの親オブジェクトを示します。
var m=app.menus[0].menuElements[1];
alert(m.parent);

目次に戻る