Enum ScrollMovement
Defines a set of constants used by the MoveCurrentRecordIndex(ScrollMovement) method and the ScrollOperations property.
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public enum ScrollMovement
Fields
| Name | Description |
|---|---|
| ScrollEnd | Specifies movement to the end of a recordset. |
| ScrollHome | Specifies movement to the beginning of a recordset. |
| ScrollLineDown | Specifies movement one line down in a recordset. |
| ScrollLineUp | Specifies movement one line up in a recordset. |
| ScrollPageDown | Specifies movement one page down in a recordset. |
| ScrollPageUp | Specifies movement one page up in a recordset. |