WM_VSCROLLCLIPBOARD top-level constant

int const WM_VSCROLLCLIPBOARD

Sent to the clipboard owner by a clipboard viewer window when the clipboard contains data in the CF_OWNERDISPLAY format and an event occurs in the clipboard viewer's vertical scroll bar. The owner should scroll the clipboard image and update the scroll bar values.

Implementation

const WM_VSCROLLCLIPBOARD = 0x030A;