qck.hlp (Table of Contents; Topic list)
Visible Property
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Determines whether an object is visible on the screen.
 
    [form.][ctlname.]Visible[ = boolean%]
 
    ■ boolean%     Valid settings are:
 
                   Value      Description
                   ═════════  ══════════════════════════════════════════════
                   True (-1)  (Default) Object is visible
                   False (0)  Object is invisible
 
 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                 Menu Control
    Option Button Control            Picture Box Control
    Text Box Control                 Vertical Scroll Bar Control
 
 See Also
    HIDE Method                      SHOW Method