WinXScroll_Show (hWnd, horiz, vert)
Shows or hides scrollbars for a window.
Parameter | Description |
---|---|
hWnd | The handle to the window to display or hide the scrollbars for |
horiz | $$TRUE to display the horizontal scrollbar, $$FALSE to hide it |
vert | $$TRUE to display the vertical scrollbar, $$FALSE to hide it |
$$TRUE on success or $$FALSE on fail
none
'show the vertical scrollbar WinXScroll_Show (#hMain, $$FALSE, $$TRUE) |