|
|
|
|
ScrollDirection Enumeration |
Defines identifiers to specify the scrolling direction.
Syntax ScrollDirection Enumeration (Softelvdm.SftTabsNET)
VB |
Public Enum ScrollDirection |
C# |
public enum ScrollDirection |
C++ |
public enum class ScrollDirection |
Member |
Value |
Description |
Left | 0 | Defines scrolling to the left (or top). |
Right | 1 | Defines scrolling to the right (or bottom). |
Comments
The ScrollDirection enumeration defines identifiers to specify the scrolling direction.
The Scroll method uses this enumeration.