ScrollEventType | serializable |
System.Windows.Forms (system.windows.forms.dll) | enum |
This enumeration lists the various kinds of
ScrollBar.Scroll events that can be raised,
depending on how the scrollbar was moved.
public enum ScrollEventType {
SmallDecrement = 0,
SmallIncrement = 1,
LargeDecrement = 2,
LargeIncrement = 3,
ThumbPosition = 4,
ThumbTrack = 5,
First = 6,
Last = 7,
EndScroll = 8
}
Hierarchy
System.Object System.ValueType
System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
ScrollEventType
Returned By
ScrollEventArgs.Type
Passed To
ScrollEventArgs.ScrollEventArgs()
|