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.
ScrollBars Property
  Summary  Details                           Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Determines if a text box has horizontal scroll bars, vertical scroll bars,
 or both; read-only at run time.
 
    [form.]textbox.ScrollBars
 
    ■ Valid settings are:
 
      Value     Scroll Bars Present
      ═════     ════════════════════════════════════════════════════════════
      0         (Default) None
      1         Horizontal only
      2         Vertical only
      3         Both horizontal and vertical
 
 Applies To
    Text Box Control
 
 See Also
    Horizontal Scroll Bar Control    SCROLLBAR_BACKCOLOR Constant
    Vertical Scroll Bar Control      SCROLLBAR_FORECOLOR Constant