ShowScrollBar (USER32.@)
BOOL ShowScrollBar ( HWND hwnd, INT nBar, BOOL fShow )
Shows or hides the scroll bar.
hwnd | [In] | Handle of window with scrollbar(s). |
nBar | [In] | One of SB_HORZ, SB_VERT, or SB_CTL. |
fShow | [In] | TRUE = show, FALSE = hide. |
Success: TRUE
Failure: FALSE
Defined in "commctrl.h".
Implemented in "dlls/user/scroll.c". source.winehq.org/source/dlls/user/scroll.c
Debug channel "scroll".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.