'Declaration Public Enum ScrollType Inherits System.Enum
'Usage Dim instance As ScrollType
public enum ScrollType : System.Enum
'Declaration Public Enum ScrollType Inherits System.Enum
'Usage Dim instance As ScrollType
public enum ScrollType : System.Enum
Member | Description |
---|---|
First | The scroll thumb was moved to the WinScrollBar.Minimum position. |
LargeDecrement | The scroll thumb moved a large distance. The user clicked the scroll bar to the left (WinHorizontalScrollBar) or above (WinVerticalScrollBar) the scroll thumb, or pressed the PAGE UP key. |
LargeIncrement | The scroll thumb moved a large distance. The user clicked the scroll bar to the right (WinHorizontalScrollBar) or below (WinVerticalScrollBar) the scroll box, or pressed the PAGE DOWN key. |
Last | The scroll thumb was moved to the WinScrollBar.Maximum position. |
SmallDecrement | The scroll box was moved a small distance. The user clicked the left (WinHorizontalScrollBar) or top (WinVerticalScrollBar) scroll arrow, or pressed the UP ARROW key. |
SmallIncrement | The scroll box was moved a small distance. The user clicked the right (WinHorizontalScrollBar) or bottom (WinVerticalScrollBar) scroll arrow, or pressed the DOWN ARROW key. |
System.Object
System.ValueType
System.Enum
Xceed.Editors.ScrollType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2