ScrollEventType

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()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net