WM_PAINTCLIPBOARD top-level constant Null safety
Sent to the clipboard owner by a clipboard viewer window when the clipboard contains data in the CF_OWNERDISPLAY format and the clipboard viewer's client area needs repainting.
Implementation
const WM_PAINTCLIPBOARD = 0x0309;