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.
Horizontal and Vertical Scroll Bar Controls
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Appear as scroll bars along a horizontal (left to right) or vertical (top to
 bottom) axis; provide a way of getting and displaying output.
 
                                           ↑
                                           ▒
                                           ░
                                           ░
                                           ░
                            ←▒░░░░░░░░░░→  ↓
 
 Events
    Change            DragDrop          DragOver          GotFocus
    KeyDown           KeyPress          KeyUp             LostFocus
 
 Methods
    DRAG              MOVE              REFRESH           SETFOCUS
 
 Properties
    Attached          CtlName           DragMode          Enabled
    Height            Index             LargeChange       Left
    Max               Min               MousePointer      Parent
    SmallChange       TabIndex          TabStop           Tag
    Top               Value             Visible           Width
 
 See Also
    Controls Summary
    Creating Controls at Design Time
    ScrollBars Property
    Setting Form and Control Properties