Represents scroll bar for scrolling events.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration ScrollingType |
| C# |
|---|
public enum ScrollingType |
| Visual C++ |
|---|
public enum class ScrollingType |
| JavaScript |
|---|
Greatis.Nostalgia.ScrollingType = function(); Greatis.Nostalgia.ScrollingType.createEnum('Greatis.Nostalgia.ScrollingType', false); |
Members
| Member name | Description | |
|---|---|---|
| Vertical |
Vertical scrollbar.
| |
| Horizontal |
Horizontal scrollbar.
|