useApplicationFrame
書式
app.generalPreferences
.useApplicationFrame
説明
useApplicationFrameはアプリケーションフレーム(ウィンドウなどをアプリケーションウィンドウフレーム内に収めるか)にするかどうかを示します。trueならアプリケーションフレームにする、falseなら通常の状態(アプリケーションフレームを使わない)になります。
var gp=app.generalPreferences; alert(gp.useApplicationFrame);
目次に戻る