OnCancelCapture  Mouse

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)

Parameters

btnStates of the buttons.

Return value

The OnCancelCapture event has no return values.

Example

message Application.Mouse.OnCancelCapture(Integer btn)
{
}
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia