events

書式

tintObject.events

説明

イベントを格納したコレクションを示します。
var t=app.activeDocument.tints;
alert(t[0].events);

目次に戻る