ScrollBarFunctions

Last Updated:

Actions for working with ScrollBar objects


[How To Read This Reference]
OneDown
RC RJ WR TC DRD SE2
Attempts to perform a ScrollLineDown on a scrollbar.
OneLeft
RC RJ WR TC DRD SE2
Attempts to perform a ScrollLeft on a scrollbar.
OneRight
RC RJ WR TC DRD SE2
Attempts to perform a ScrollRight on a scrollbar.
OneUp
RC RJ WR TC DRD SE2
Attempts to perform a ScrollLineUp on a scrollbar.
PageDown
RC RJ WR TC DRD SE2
Attempts to perform a ScrollPageDown on a scrollbar.
PageLeft
RC RJ WR TC DRD SE2
Attempts to perform a ScrollPageLeft on a scrollbar.
PageRight
RC RJ WR TC DRD SE2
Attempts to perform a ScrollPageRight on a scrollbar.
PageUp
RC RJ WR TC DRD SE2
Attempts to perform a ScrollPageUp on a scrollbar.

ScrollBarFunctions::OneDown
RC RJ WR TC DRD SE2

Attempts to perform a ScrollLineDown on a scrollbar.

Attempts to perform a ScrollLineDown on a scrollbar. The input record can optionally specify the number of iterations to perform the action.

Fields: [ ]=Optional with Default Value
  1. [ IntegerValue = 1 ]
    Optional integer to specify how many times to perform the action.


Examples:
  • T, WINDOW, ScrollBar, ONEDOWN
    Performs 1 ScrollLineDown action on the Scrollbar

    Performs 1 ScrollLineDown (column scroll) action on the Scrollbar

  • T, WINDOW, ScrollBar, ONEDOWN, 12
    Attempts to perform 12 ScrollLineDown actions on the Scrollbar.

    Attempts to perform 12 ScrollLineDown (column scroll) actions on the Scrollbar.

[How To Read This Reference]

ScrollBarFunctions::OneLeft
RC RJ WR TC DRD SE2

Attempts to perform a ScrollLeft on a scrollbar.

Attempts to perform a ScrollLeft on a scrollbar. The input record can optionally specify the number of iterations to perform the action.

Fields: [ ]=Optional with Default Value
  1. [ IntegerValue = 1 ]
    Optional integer to specify how many times to perform the action.


Examples:
  • T, WINDOW, ScrollBar, ONELEFT
    Performs 1 ScrollLeft action on the Scrollbar

    Performs 1 ScrollLeft (column scroll) action on the Scrollbar

  • T, WINDOW, ScrollBar, ONELEFT, 12
    Attempts to perform 12 ScrollLeft actions on the Scrollbar.

    Attempts to perform 12 ScrollLeft (column scroll) actions on the Scrollbar.

[How To Read This Reference]

ScrollBarFunctions::OneRight
RC RJ WR TC DRD SE2

Attempts to perform a ScrollRight on a scrollbar.

Attempts to perform a ScrollRight on a scrollbar. The input record can optionally specify the number of iterations to perform the action.

Fields: [ ]=Optional with Default Value
  1. [ IntegerValue = 1 ]
    Optional integer to specify how many times to perform the action.


Examples:
  • T, WINDOW, ScrollBar, ONERIGHT
    Performs 1 ScrollRight action on the Scrollbar

    Performs 1 ScrollRight (column scroll) action on the Scrollbar

  • T, WINDOW, ScrollBar, ONERIGHT, 12
    Attempts to perform 12 ScrollRight actions on the Scrollbar.

    Attempts to perform 12 ScrollRight (column scroll) actions on the Scrollbar.

[How To Read This Reference]

ScrollBarFunctions::OneUp
RC RJ WR TC DRD SE2

Attempts to perform a ScrollLineUp on a scrollbar.

Attempts to perform a ScrollLineUp on a scrollbar. The input record can optionally specify the number of iterations to perform the action.

Fields: [ ]=Optional with Default Value
  1. [ IntegerValue = 1 ]
    Optional integer to specify how many times to perform the action.


Examples:
  • T, WINDOW, ScrollBar, ONEUP
    Performs 1 ScrollLineUp action on the Scrollbar

    Performs 1 ScrollLineUp (column scroll) action on the Scrollbar

  • T, WINDOW, ScrollBar, ONEUP, 12
    Attempts to perform 12 ScrollLineUp actions on the Scrollbar.

    Attempts to perform 12 ScrollLineUp (column scroll) actions on the Scrollbar.

[How To Read This Reference]

ScrollBarFunctions::PageDown
RC RJ WR TC DRD SE2

Attempts to perform a ScrollPageDown on a scrollbar.

Attempts to perform a ScrollPageDown on a scrollbar. The input record can optionally specify the number of iterations to perform the action.

Fields: [ ]=Optional with Default Value
  1. [ IntegerValue = 1 ]
    Optional integer to specify how many times to perform the action.


Examples:
  • T, WINDOW, ScrollBar, PAGEDOWN
    Performs 1 ScrollPageDown action on the Scrollbar

    Performs 1 ScrollPageDown (full page scroll) action on the Scrollbar

  • T, WINDOW, ScrollBar, PAGEDOWN, 12
    Attempts to perform 12 ScrollPageDown actions on the Scrollbar.

    Attempts to perform 12 ScrollPageDown (full page scroll) actions on the Scrollbar.

[How To Read This Reference]

ScrollBarFunctions::PageLeft
RC RJ WR TC DRD SE2

Attempts to perform a ScrollPageLeft on a scrollbar.

Attempts to perform a ScrollPageLeft on a scrollbar. The input record can optionally specify the number of iterations to perform the action.

Fields: [ ]=Optional with Default Value
  1. [ IntegerValue = 1 ]
    Optional integer to specify how many times to perform the action.


Examples:
  • T, WINDOW, ScrollBar, PAGELEFT
    Performs 1 ScrollPageLeft action on the Scrollbar

    Performs 1 ScrollPageLeft (full page scroll left) action on the Scrollbar

  • T, WINDOW, ScrollBar, PAGELEFT, 12
    Attempts to perform 12 ScrollPageLeft actions on the Scrollbar.

    Attempts to perform 12 ScrollPageLeft (full page scroll left) actions on the Scrollbar.

[How To Read This Reference]

ScrollBarFunctions::PageRight
RC RJ WR TC DRD SE2

Attempts to perform a ScrollPageRight on a scrollbar.

Attempts to perform a ScrollPageRight on a scrollbar. The input record can optionally specify the number of iterations to perform the action.

Fields: [ ]=Optional with Default Value
  1. [ IntegerValue = 1 ]
    Optional integer to specify how many times to perform the action.


Examples:
  • T, WINDOW, ScrollBar, PAGERIGHT
    Performs 1 ScrollPageRight action on the Scrollbar

    Performs 1 ScrollPageRight (full page scroll) action on the Scrollbar

  • T, WINDOW, ScrollBar, PAGERIGHT, 12
    Attempts to perform 12 ScrollPageRight actions on the Scrollbar.

    Attempts to perform 12 ScrollPageRight (full page scroll) actions on the Scrollbar.

[How To Read This Reference]

ScrollBarFunctions::PageUp
RC RJ WR TC DRD SE2

Attempts to perform a ScrollPageUp on a scrollbar.

Attempts to perform a ScrollPageUp on a scrollbar. The input record can optionally specify the number of iterations to perform the action.

Fields: [ ]=Optional with Default Value
  1. [ IntegerValue = 1 ]
    Optional integer to specify how many times to perform the action.


Examples:
  • T, WINDOW, ScrollBar, PAGEUP
    Performs 1 ScrollPageUp action on the Scrollbar

    Performs 1 ScrollPageUp (full page scroll) action on the Scrollbar

  • T, WINDOW, ScrollBar, PAGEUP, 12
    Attempts to perform 12 ScrollPageUp actions on the Scrollbar.

    Attempts to perform 12 ScrollPageUp (full page scroll) actions on the Scrollbar.

[How To Read This Reference]