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.
AutoSize Property
  Summary             Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Determines if a label is automatically resized to fit its contents.
 
    [form.]label.AutoSize[ = boolean%]
 
    ■ boolean%     Valid settings are:
 
                   Value      Description
                   ═════════  ══════════════════════════════════════════════
                   True (-1)  Automatically resizes the label to fit its
                              contents
                   False (0)  (Default) Keeps size of the label constant;
                              control contents are clipped when they exceed
                              the area of the control
 
 Applies To
    Label Control
 
 See Also
    Alignment Property               AutoRedraw Property