This documentation is archived and is not being maintained.
ScrollButton Enumeration
.NET Framework 1.1
Specifies the type of scroll arrow to draw on a scroll bar.
[Visual Basic] <Serializable> Public Enum ScrollButton [C#] [Serializable] public enum ScrollButton [C++] [Serializable] __value public enum ScrollButton [JScript] public Serializable enum ScrollButton
Remarks
This enumeration is used by ControlPaint.DrawScrollButton.
Members
| 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. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: