Specifies the type of scroll arrow to draw on a scroll bar.
| C# | Visual Basic |
[FlagsAttribute] public enum ScrollButton
<FlagsAttribute> _ Public Enumeration ScrollButton
| Member | Description |
|---|---|
| Up |
An up-scroll arrow.
|
| Down |
A down-scroll arrow.
|
| Left |
A left-scroll arrow.
|
| Right |
A right-scroll arrow.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|