qck.hlp (Table of Contents; Topic list)
Enabled Property
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Determines if the form or control can respond to user-generated events such
 as keypress and mouse events.
 
    [form.][ctlname.]Enabled[ = boolean%]
 
    ■ boolean%          Valid settings are:
 
                        Value          Description
                        ═════════      ═════════════════════════════════════
                        True (-1)      (Default) Allows the form or control
                                       to respond to events
                        False (0)      Prevents the form or control from
                                       responding to events
 
 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                 Timer Control
    Vertical Scroll Bar Control
 
 See Also
    Visible Property