Scroll to navigation

ShowScrollBar(3w) Wine API ShowScrollBar(3w)

NAME

ShowScrollBar (USER32.@)

SYNOPSIS

BOOL ShowScrollBar
(
HWND hwnd,
INT nBar,
BOOL fShow
)
 

DESCRIPTION

Shows or hides the scroll bar.
 

PARAMS

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.
 

RETURNS

Success: TRUE
Failure: FALSE
 

IMPLEMENTATION

Declared in "commctrl.h".
Implemented in "dlls/user32/scroll.c".
Debug channel "scroll".
Oct 2012 Wine API