ScrollBarOrientation Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ScrollBarOrientation

Remarks

Members

Horizontal 0 Retrieves the parameters for the window's standard horizontal scrollbar.
Vertical 1 Retrieves the parameters for the window's standard vertical scrollbar.
Control 2 Retrieves the parameters for a scrollbar control.

The hwnd parameter must be the handle to the scrollbar control.

Both 3 Retrieves the parameters for the window's standard horizontal and vertical scrollbars.

See Also