Table of Contents

DPIMONITOR property (System)

Description

Specifies if the operating system supports monitors with individual DPI settings. Windows 7 and 8 do not, while Windows 8.1 and later do.

Property Value

This property is a Boolean value. It returns TRUE$ if the operating system supports monitors with individual DPI settings, or FALSE$ otherwise.

Property Traits

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

Remarks

N/A

Example

 
IsDpiPerMonitor = Get_Property( "SYSTEM", "DPIPERMONITOR" )