qck.hlp (Table of Contents; Topic list)
Combo Box Control
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Allows the user to either enter a value or select from a list of options;
 similar to a text box and a list box combined.
 
                            [Combo1   ]↓
 
 Events
    Change            Click             DblClick         DragDrop
    DragOver          DropDown          GotFocus         KeyDown
    KeyPress          KeyUp             LostFocus
 
 Methods
    ADDITEM           DRAG              MOVE             REFRESH
    REMOVEITEM        SETFOCUS
 
 Properties
    BackColor         CtlName           DragMode         Enabled
    ForeColor         Height            Index            Left
    List              ListCount         ListIndex        MousePointer
    Parent            SelLength         SelStart         SelText
    Sorted            Style             TabIndex         TabStop
    Tag               Text              Top              Visible
    Width
 
 See Also
    Controls Summary
    Creating Controls at Design Time
    List Box Control
    Setting Form and Control Properties
    Text Box Control