2 references to EnableScrollBar
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.EnableScrollBar.cs (2)
8
/// <inheritdoc cref="
EnableScrollBar
(HWND, uint, ENABLE_SCROLL_BAR_ARROWS)"/>
12
BOOL result =
EnableScrollBar
(hWnd.Handle, (uint)wSBflags, wArrows);