TCSScrollMethod Enum

Enums an available methods of the scrolling emulation

Syntax

TCSScrollMethod = (
  SM_WHEEL = 0,
  SM_SCROLLBAR = 1,
  SM_PAGEKEY = 2
)

Eventual values

  • SM_WHEEL
    • function: scrolling with the mouse wheel
  • SM_SCROLLBAR
    • function: scrolling with scrollbars
  • SM_PAGEKEY
    • function: scrolling with keys «Page Up» and «Page Down»