Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
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►