Resizer.Keys - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: UserControlClassLibrary
Description: Collection of return codes for WM_NCHITTEST message.
Returns | Description |
---|---|
int[] | return codes for WM_NCHITTEST message |
Full list of WM_NCHITTEST return code is shown below:
Code | Description |
---|---|
10 | HTLEFT |
11 | HTRIGHT |
12 | HTTOP |
13 | HTTOPLEFT |
14 | HTTOPRIGHT |
15 | HTBOTTOM |
16 | HTBOTTOMLEFT |
17 | HTBOTTOMRIGHT |