IDLitManipulator::OnMouseUp
Syntax | Arguments | Keywords | Version History
The IDLitManipulator::OnMouseUp procedure method is used when a mouse up event occurs on the target IDLitWindow object.
When overriding this method in a sub-class, this method is normally the last task performed so that the instance data of the object is properly setup.
Syntax
Obj->[IDLitManipulator::]OnMouseUp, Win, X, Y, IButton
Arguments
Win
An object reference for the IDLitWindow object from which the event came.
X
A floating-point value representing the x-coordinate in the window's coordinates.
Y
A floating-point value representing the y-coordinate in the window's coordinates.
IButton
An integer value representing the mask for the button pressed:
Keywords
None
Version History