undoName

書式

app.activeDocument.undoName

説明

取り消し(アンドゥ)の文字列を返します。
var str=app.activeDocument.undoName;
alert(str);

目次に戻る