Enum ScrollBarStateIndexes
See here
Namespace: Dapplo.Windows.User32.Enums
Assembly: Dapplo.Windows.User32.dll
Syntax
public enum ScrollBarStateIndexes : uint
Fields
| Name | Description |
|---|---|
| ButtonOrLeftArrow | The bottom or left arrow button. |
| PageDownOrLeftRegion | The page down or page left region. |
| PageUpOrRightRegion | The page up or page right region. |
| Scrollbar | The scroll bar itself. |
| ScrollBox | The scroll box (thumb). |
| TopOrRightArrow | The top or right arrow button. |