qck.hlp (Table of Contents; Topic list)
Click Event
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Occurs when the user selects a form or control using the mouse or the
 keyboard.
 
    SUB Form_Click ()
    SUB ctlname_Click ([Index AS INTEGER])
 
    ■ Index    Uniquely identifies a control in a control array
 
 Applies To
    Check Box Control                Combo Box Control
    Command Button Control           Directory List Box Control
    File List Box Control            Form
    Label Control                    List Box Control
    Menu Control                     Option Button Control
    Picture Box Control
 
 See Also
    DblClick Event                   Default Property