Defines a set of constants used by the MoveCurrentRecordIndex method and the ScrollMovements property.
[Visual Basic]
Public Enum ScrollMovement
[C#]
public enum ScrollMovement
Remarks
Defines a set of constants used by the MoveCurrentRecordIndex method and the ScrollMovements property.
Members
Member 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 on page down in a recordset. |
ScrollPageUp | Specifies movement one page up in a recordset. |
Requirements
Namespace: WRQ.Verastream.HostIntegrator Namespace
Assembly: WRQ.Verastream.HostIntegrator.dll
See Also
WRQ.Verastream.HostIntegrator Namespace