WM_DEVMODECHANGE top-level constant Null safety
The WM_DEVMODECHANGE message is sent to all top-level windows whenever the user changes device-mode settings.
Implementation
const WM_DEVMODECHANGE = 0x001B;
The WM_DEVMODECHANGE message is sent to all top-level windows whenever the user changes device-mode settings.
const WM_DEVMODECHANGE = 0x001B;