Table of Contents

TTMSFNCBloxElement.MouseUp Method

Called when the user releases a mouse button while the pointer is over the element.

API unit family: TMSFNCBloxCoreElement Declaring type: TTMSFNCBloxElement

Syntax

procedure MouseUp(Button: TTMSFNCMouseButton; Shift: TShiftState; X, Y: Double); virtual;

Parameters

Name Description
Button Mouse button that was released.
Shift Modifier keys held during the action.
X Horizontal pointer position, in element coordinates.
Y Vertical pointer position, in element coordinates.