qck.hlp (Table of Contents; Topic list)
Left, Top Properties
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Sets or returns the horizontal position or column number (Left) or the
 vertical position or row number (Top) of a form or control.
 
    [form.][ctlname.]Left[ = horipos%]
    [form.][ctlname.]Top[ = vertpos%]
 
    ■ horipos%   Column number indicating the position of the object's left
                 edge relative to its container; valid range for forms and
                 controls is 0 - 254
 
    ■ vertpos%   Row number indicating the position of the object's top
                 edge relative to its container; valid range for forms and
                 controls is 0 - 254
 
 Applies To
    Check Box Control                Combo Box Control
    Command Button Control           Directory List Box Control
    Drive List Box Control           File List Box Control
    Form                             Frame Control
    Horizontal Scroll Bar Control    Label Control
    List Box Control                 Option Button Control
    Picture Box Control              Text Box Control
    Vertical Scroll Bar Control
 
 See Also
    LEFT$ Function                   Height Property
    MOVE Method                      Width Property