qck.hlp (Table of Contents; Topic list)
DragMode Property
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Sets or returns manual or automatic dragging mode for drag-and-drop
 operations.
 
    [form.]ctlname.DragMode[ = mode%]
 
    ■ mode%             Valid settings are:
 
                        Value    Description
                        ═════    ═══════════════════════════════════════════
                        0        (Default) Manual; requires the DRAG method
                                 to initiate dragging on the source control.
                        1        Automatic; clicking the source control
                                 automatically initiates dragging.
 
 Applies To
    Check Box Control                Combo Box Control
    Command Button Control           Directory List Box Control
    Drive List Box Control           File List Box Control
    Frame Control                    Horizontal Scroll Bar Control
    Label Control                    List Box Control
    Option Button Control            Picture Box Control
    Text Box Control                 Vertical Scroll Bar Control
 
 See Also
    DRAG Method                      DragDrop Event
    DragOver Event