useCustomMonitorResolution

書式

app.generalPreferences.useCustomMonitorResolution

説明

useCustomMonitorResolutionはシステムが提供する解像度でなく独自のモニタ解像度を使用するかどうかを示します。trueなら独自(カスタム)解像度を使用、falseならシステムが提供するモニタ解像度をを使用します。
var gp=app.generalPreferences;
alert(gp.useCustomMonitorResolution);

目次に戻る