The OnCancelCapture event is called after Mouse.Capture when the capture is cancelled with the Mouse.CancelCapture function.
So the Mouse.OnReleaseCapture is not called.
Syntax
Mouse.OnCancelCapture(
Integer btn)
Integer btn)
Parameters
| btn | States of the buttons. |
|---|
Return value
The OnCancelCapture event has no return values.
Example
message Application.Mouse.OnCancelCapture(Integer btn)
{
}
{
}