parent
書式
toolBoxObject
.parent
説明
ToolBoxオブジェクトの親オブジェクトを示します。この場合、親オブジェクトはApplicationになります。
var t=app.toolBoxTools; alert(t.parent);
目次に戻る