Specifies the type of scroll arrow to create on a scroll bar.
[Visual Basic] Public Enum ScrollButton [C#] public enum ScrollButton [C++] public enum ScrollButton
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Use this enumeration as a parameter in the DrawScrollButton method.
Member Name | Description |
---|---|
Down | A down-scroll arrow. |
Left | A left-scroll arrow. |
Min | [To be supplied.] |
Right | A right-scroll arrow. |
Up | An up-scroll arrow. |
Namespace: System.WinForms
Assembly: System.WinForms.dll