ScrollBar_Enable macro (windowsx.h)

Enables or disables a scroll bar control.

Syntax

void ScrollBar_Enable(
   hwndCtl,
   flags
);

Parameters

hwndCtl

Type: HWND

A handle to the control.

flags

Type: UINT

Flags that specify the arrows affected and whether they are enabled or disabled. See the wArrows parameter of EnableScrollBar for more information.

Return value

None

Remarks

The macro expands to a call to EnableScrollBar with SB_CTL in the wSBFlags parameter.

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