qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
LargeChange, SmallChange Properties
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Determines the amount of change to report in a scroll bar control when the
 user clicks between the scroll box and scroll arrow (LargeChange), or the
 amount of change to report in a scroll bar control when the user clicks
 the scroll arrow (SmallChange).
 
    [form.]{hscrollbar. | vscrollbar.}LargeChange[ = change%]
    [form.]{hscrollbar. | vscrollbar.}SmallChange[ = change%]
 
    ■ change%      Valid settings are:
 
                   Value         Description
                   ══════════    ═══════════════════════════════════════════
                   1 - 32,767    Valid LargeChange or SmallChange setting
                   1             (Default)
 
 Applies To
    Horizontal Scroll Bar Control    Vertical Scroll Bar Control
 
 See Also
    Change Event                     Max Property
    Min Property                     Value Property