An NDoc Documented Class Library

ScrollMovement Enumeration

Defines a set of constants used by the MoveCurrentRecordIndex method and the ScrollMovements property.

public enum ScrollMovement

Remarks

Defines a set of constants used by the MoveCurrentRecordIndex method and the ScrollMovements property.

Members

Member NameDescription
ScrollHome

Specifies movement to the beginning of a recordset.

ScrollEnd

Specifies movement to the end of a recordset.

ScrollLineUp

Specifies movement one line up in a recordset.

ScrollLineDown

Specifies movement one line down in a recordset.

ScrollPageUp

Specifies movement one page up in a recordset.

ScrollPageDown

Specifies movement one page down in a recordset.

Requirements

Namespace: WRQ.Verastream.HostIntegrator

Assembly: WRQ.Verastream.HostIntegrator (in WRQ.Verastream.HostIntegrator.dll)

See Also

WRQ.Verastream.HostIntegrator Namespace