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
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get | No | No | No |
Remarks
N/A
Example
IsDpiPerMonitor = Get_Property( "SYSTEM", "DPIPERMONITOR" )
See Also
Appendix K – High-DPI Programming