ScrollBarOrientation Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ScrollBarOrientation
Public Enumeration ScrollBarOrientation
Dim instance As ScrollBarOrientation
public enum class ScrollBarOrientation
type ScrollBarOrientation
No code example is currently available or this language may not be supported.
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.
|