ScrollButton Enumeration
.NET Framework (current version)
Specifies the type of scroll arrow to draw on a scroll bar.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Down | A down-scroll arrow. | |
| Left | A left-scroll arrow. | |
| Max | A maximum-scroll arrow. | |
| Min | A minimum-scroll arrow. | |
| Right | A right-scroll arrow. | |
| Up | An up-scroll arrow. |
This enumeration is used by ControlPaint::DrawScrollButton.
.NET Framework
Available since 1.1
Available since 1.1
Show: