qck.hlp (Table of Contents; Topic list)
List Box Control
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Provides a list of choices to the user.
 
                            ┌──────────┐
                            │ List1    ↑
                            │          ▒
                            │          ░
                            │          ↓
                            └──────────┘
 
 Events
    Click             DblClick          DragDrop         DragOver
    GotFocus          KeyDown           KeyPress         KeyUp
    LostFocus         MouseDown         MouseMove        MouseUp
 
 Methods
    ADDITEM           DRAG              MOVE             REFRESH
    REMOVEITEM        SETFOCUS
 
 Properties
    BackColor         CtlName           DragMode         Enabled
    ForeColor         Height            Index            Left
    List              ListCount         ListIndex        MousePointer
    Parent            Sorted            TabIndex         TabStop
    Tag               Text              Top              Visible
    Width
 
 See Also
    Combo Box Control
    Controls Summary
    Creating Controls at Design Time
    Setting Form and Control Properties