controlSizer (hWnd, w, h)
This is a callback function used to implement a custom control resizer
Parameter | Description |
---|---|
hWnd | The handle to the window that is being resized |
w | The new width of the window |
h | The new height of the window |
0
This is a callback function. You must supply it yourself. To register this callback, use the WinXRegControlSizer function.
FUNCTION controlSizer (hWnd, w, h)
END FUNCTION |