WM_NCCALCSIZE top-level constant

int const WM_NCCALCSIZE

Sent when the size and position of a window's client area must be calculated. By processing this message, an application can control the content of the window's client area when the size or position of the window changes.

Implementation

const WM_NCCALCSIZE = 0x0083;