advr.hlp (Topic list)
MouseMove Event Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 SUB Form_MouseMove (Button AS INTEGER, Shift AS INTEGER, X AS SINGLE,
                     Y AS SINGLE)
 
 SUB ctlname_MouseMove ([Index AS INTEGER,]Button AS INTEGER,
                         Shift AS INTEGER, X AS SINGLE, Y AS SINGLE)
 
 Usage Notes
   ■ The MouseMove event is generated continually as the mouse pointer moves
     across objects. Unless another object has captured the mouse, an object
     recognizes a MouseMove event whenever the mouse position is within its
     borders.
 
   ■ Mouse events are detected in the border areas of controls that have
     borders. CurrentX and CurrentY values can be used to indicate when the
     mouse is not in the client area of the control.
     See: CurrentX Property  CurrentY Property