.NET Framework Class Library
ScrollType Enumeration
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > ScrollType Enumeration |
Namespace: Gnostice.Core
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration ScrollType |
C# |
public enum ScrollType |
Visual C++ |
public enum class ScrollType |
Member name |
Value |
Description |
|
SmallDecrement |
0 |
||
SmallIncrement |
1 |
||
LargeDecrement |
2 |
||
LargeIncrement |
3 |
||
ThumbPosition |
4 |
||
ThumbTrack |
5 |
||
First |
6 |
||
Last |
7 |
||
EndScroll |
8 |
||
MouseWheelUp |
9 |
||
MouseWheelDown |
10 |
||
KeyUp |
11 |
||
KeyDown |
12 |
||
KeyLeft |
13 |
||
KeyRight |
14 |
||
Pan |
15 |
||
EnForce |
16 |
||
None |
17 |