ErrorProvider Xojo and Real Studio Plugin |
|
ErrorProvider.MouseUp Event
This event is fired when the error gets mouse up on.
MouseUp(
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 which error got mouse up.
This event follows same rules as normal REALbasic mouse up events. MouseUp does not fire unless true was returned in MouseDown.
See Also
ErrorProvider Control