Click or drag to resize

ScrollEvent.TYPE Property

X#
A string representing the type of scrolling action that took place when this ScrollEvent occurred.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY TYPE AS LONG GET 
Request Example View Source

Property Value

Type: Long
A string representing the type of scrolling action that took place when this ScrollEvent occurred.
Remarks
A string representing the type of scrolling action that took place when this ScrollEvent occurred. One of the following values are returned:
ConstantDescription
BLOCKDECREMENT The thumb position has been decremented by one block. In Windows, one mouse click on the shaded area to the left of the thumb position on a horizontal scroll bar, or above the thumb position on a vertical scroll bar, is a block decrement.
BLOCKINCREMENT The thumb position has been incremented by one block. In Windows, one mouse click on the shaded area to the right of the thumb position on a horizontal scroll bar, or below the thumb position on a vertical scroll bar, is a block increment.
SCROLLENDScrolling has finished.
SCROLLTHUMBDRAGThe thumb is being dragged (up or down).
UNITDECREMENT The thumb position has been decremented by one unit. In Windows, one mouse click on the left arrow of a horizontal scroll bar, or on the up arrow for a vertical scroll bar, is a unit decrement.
UNITINCREMENT The thumb position has been incremented by one unit. In Windows, one mouse click on the right arrow of a horizontal scroll bar, or on the down arrow of a vertical scroll bar, is a unit increment.
See Also