ScrollBar_Show macro (windowsx.h)

Shows or hides a scroll bar control.

Syntax

void ScrollBar_Show(
   hwndCtl,
   fShow
);

Parameters

hwndCtl

Type: HWND

A handle to the control.

fShow

Type: BOOL

TRUE to show the control, or FALSE to hide it.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header windowsx.h