qck.hlp (Table of Contents; Topic list)
Text Box Control
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Provides an area (called an edit field) for the user to enter text; an
 application can manipulate the contents of a text box using the Text
 property.
 
                             ┌──────────┐
                             │Text1     │
                             └──────────┘
 
 Events
    Change            DragDrop          DragOver          GotFocus
    KeyDown           KeyPress          KeyUp             LostFocus
 
 Methods
    DRAG              MOVE              REFRESH           SETFOCUS
 
 Properties
    BackColor         BorderStyle       CtlName           DragMode
    Enabled           ForeColor         Height            Index
    Left              MousePointer      MultiLine         Parent
    ScrollBars        SelLength         SelStart          SelText
    TabIndex          TabStop           Tag               Text
    Top               Visible           Width
 
 See Also
    Controls Summary
    Creating Controls at Design Time
    Setting Form and Control Properties