WM_DPICHANGED top-level constant

int const WM_DPICHANGED

Sent when the effective dots per inch (dpi) for a window has changed. Requires Windows 8.1 or above.

Implementation

const WM_DPICHANGED = 0x02E0;