qck.hlp (Table of Contents; Topic list)
MultiLine Property
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Determines if a text box can accept and display multiple lines of text;
 read-only at run time.
 
    [form.]textbox.MultiLine
 
    ■ Valid settings are:
 
      Value        Description
      ═════════    ═════════════════════════════════════════════════════════
      True (-1)    Allows multiple lines of text
      False (0)    (Default) Ignores carriage returns; restricts data to
                   a single line
 
 Applies To
    Text Box Control
 
 See Also
    ScrollBars Property