Specifies the type of action used to raise the System.WinForms.ScrollBar.Scroll event.
[Visual Basic] Public Enum ScrollEventArgsType [C#] public enum ScrollEventArgsType [C++] public enum ScrollEventArgsType
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
The System.WinForms.ScrollEventArgs.Type property uses this enumeration.
Member Name | Description |
---|---|
Endscroll | The scroll box has stopped moving. |
First | The scroll box was moved to the Minimum position. |
LargeDecrement | The scroll box moved a large distance. The user clicked the scroll bar to the left(horizontal) or above(vertical) the scroll box, or pressed the PAGE UP key. |
LargeIncrement | The scroll box moved a large distance. The user clicked the scroll bar to the right(horizontal) or below(vertical) the scroll box, or pressed the PAGE DOWN key. |
Last | The scroll box was moved to the Maximum position. |
SmallDecrement | The scroll box was moved a small distance. The user clicked the left(horizontal) or top(vertical) scroll arrow or pressed the UP ARROW key. |
SmallIncrement | The scroll box was moved a small distance. The user clicked the right(horizontal) or bottom(vertical) scroll arrow or pressed the DOWN ARROW key. |
ThumbPosition | The scroll box was moved. |
ThumbTrack | The scroll box is currently being moved. |
Namespace: System.WinForms
Assembly: System.WinForms.dll