ErrorProvider Xojo and Real Studio Plugin |
|
ErrorProvider.MouseMove Event
This event is fired when the mouse moves on the error.
MouseMove(
source as RectControl,
x as Integer,
y as Integer)
Parameters
- source
- The source control that indicates which error the even applies to.
- x
- X coordinate of the mouse relative to where the error is displayed.
- y
- Y coordinate of the mouse relative to where the error is displayed.
Remarks
Use the source parameter to detect on which error the mouse moved.
See Also
ErrorProvider Control