Enum ScrollBarTypes
See here
Namespace: Dapplo.Windows.User32.Enums
Assembly: Dapplo.Windows.User32.dll
Syntax
public enum ScrollBarTypes : int
Fields
| Name | Description |
|---|---|
| Both | The horizontal and vertical scroll bars of the specified window |
| Control | A scroll bar control |
| Horizontal | The horizontal scroll bar of the specified window |
| Vertical | The vertical scroll bar of the specified window |