IDLitManipulatorContainer::OnMouseUp

Syntax | Arguments | Keywords | Version History

The IDLitManipulatorContainer::OnMouseUp procedure method is used when a mouse up event occurs on the target IDLitWindow object. When applied, the container will call the OnMouseUp method of the current child manipulator if that manipulator supports button events.

Syntax

Obj->[IDLitManipulatorContainer::]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

6.0

Introduced