Enum ScrollMovement
Defines a set of constants used by the MoveCurrentRecordIndex(ScrollMovement) method and the ScrollMovements property.
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
public enum ScrollMovement
Remarks
Defines a set of constants used by the MoveCurrentRecordIndex(ScrollMovement) method and the ScrollMovements property.
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. |