buttons

書式

documentObject.buttons

説明

ボタンオブジェクトを示します。
var d=app.activeDocument;
alert(d.buttons.length);

目次に戻る